export declare function parseCSV>(csv: string, options?: { delimiter?: string; hasHeader?: boolean; }): T[];