export declare const JSONBig: { parse: (text: string) => T; stringify: { (value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string; (value: any, replacer?: (number | string)[] | null, space?: string | number): string; }; }; //# sourceMappingURL=json.d.ts.map