export declare function parseCSV(text: string): any[];
export declare function parseTSV(text: string): any[];
export declare function parseJSON(text: string): any[];
export declare function parseData(text: string, type: string): any[];
