export declare function parseFlattedAsync(flattedString: string): Promise<unknown>;
