import { DateColumn, Item } from './types'; export declare const formatters: Record; export declare const getFormatter: (locale?: string) => Intl.DateTimeFormat; export declare const getString: ({ valuePath, locale }: T, item: Item) => string | undefined; export declare const toXlsxValue: ({ valuePath }: T, item: Item) => any; export declare const toHashString: (value: unknown) => string; export declare const fromHashString: (value: unknown) => Date | null | undefined; export declare const toInputString: (value: unknown) => string | null; export declare const getInputString: ({ valuePath }: DateColumn, item: Item) => string | null; //# sourceMappingURL=utils-datetime.d.ts.map