export declare class CsvChunker { static newlinesWithHeader(csvData: string, opts: { chunkLength: number; overlap: number; }): string[]; }