export declare function readCSVTopNLine(csvFile: string, n: number): string;
