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