export declare const parse: (json: string) => any; export declare const stringify: (obj: any) => string | undefined;