import type { DateAdapter } from "../adapters/date-adapter"; export interface ZonedDateFnsDate { date: Date; timeZone: string; } export type DateFnsDate = Date | ZonedDateFnsDate; export declare function createDateFnsAdapter(): Promise>; //# sourceMappingURL=date-fns.d.ts.map