export declare const json_stringify: (obj: any, space?: number) => string; export declare const json_parse: (s: string) => any;