export declare type VDOM = any;
export declare type Patches = any;
declare const diff: (current: any, next: any) => any;
export { diff };
