export declare const csvToArray: (value: string | string[] | null) => string[]; export declare const stringToDate: (value: string | null) => Date | null; export declare const stringsToDate: (value: string | string[] | null) => Date[] | undefined; declare const _default: { csvToArray: (value: string | string[] | null) => string[]; stringToDate: (value: string | null) => Date | null; stringsToDate: (value: string | string[] | null) => Date[] | undefined; }; export default _default;