import { DataRow, GenericDataRow } from '../types'; export declare function normalizeRow(row: GenericDataRow, index: number): DataRow; //# sourceMappingURL=normalizeRow.d.ts.map