/** * formatValue correctly formats the given value into a string that is safe to use as a * field in a CSV file. * * @param value - The value to format. * @returns The string to use as a field in a CSV file. */ export declare const formatValue: (value: unknown) => string; //# sourceMappingURL=csv.d.ts.map