export declare const stringify: (data: string[][]) => string; export declare const parse: (stringData: string) => string[][];