/** * Normalizes a CSV value by removing the leading "\r" from the * value. */ export declare function normalizeCSVValue(value: T): T; //# sourceMappingURL=normalize-csv-value.d.ts.map