export declare const SIZE_THRESHOLD: number;
export declare function parseFlatted(data: string): Promise<unknown>;
