export declare class CSVParse { constructor(); parse(strData: string, strDelimiter: string): [string[]]; }