export declare function flatString(str: string): string; export declare function jsonFlatStringify(data: T, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;