export declare function assert(cond: any): void;
export declare function deepEqual(a: any, b: any): boolean;
