export type JsonReplacer = (key: string, value: any) => any; export declare function stringify(value: any, replacer?: JsonReplacer, spaces?: number, cycleReplacer?: JsonReplacer): string;