export declare function rand(): number; export declare function optHash(options: any): string; export declare class EventDiff { orig: any; diff(list: any[]): any; }