export declare function stringify(obj: any): string; export declare function stringifyError(err: any, filter?: any, space?: any): string; export declare function parse(json: string): any; export declare function parseError(json: string): any;