export declare function beautify(value: any, replacer?: Function | string[], space?: number, limit?: number, isExportSingle?: boolean): string;
