/** * pass the line and tries to convert the value to integer or * errors out (when NaN). */ export declare function getNbOfHeaderLines(headerLine: string): number; //# sourceMappingURL=getNbOfHeaderLines.d.ts.map