type JSONStringifyOptions = { space?: string | number; replacer?: (this: any, key: string, value: any) => any; }; export declare const stringifier: (obj: any, options?: JSONStringifyOptions) => string; export declare const parse: (strObj: string) => any; export {}; //# sourceMappingURL=json.d.ts.map