import { Limit, LimitFunction, DateColumn, Item } from './types'; export declare const _fixedDate: "1970-01-01"; export declare const toDate: (value: unknown, limit?: Limit, limitFunc?: LimitFunction) => Date | null; 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: (column: DateColumn, item: Item) => string | undefined; export declare const toInputString: (value: unknown) => string | null; export declare const getComparableValue: ({ valuePath }: T, item: Item) => number | null | undefined; export declare const applySingleFilter: (column: DateColumn, filter: Limit) => (item: Item) => boolean; export declare const toHashString: (value: unknown) => string; export declare const fromHashString: (value: unknown) => Date | null | undefined; //# sourceMappingURL=utils-time.d.ts.map