export declare function toCanonicalJson(obj: any): string; export declare function expectJson(obj: any, json: string): void;