import { ValueFormatter } from './types'; export declare function createFormatValue(delimiter: string): ValueFormatter; export declare function parseValue(value: string, quoted: boolean): unknown; //# sourceMappingURL=value.d.ts.map