import { DateFn } from './DateFn';
export declare function applyDateFns(dateFns: DateFn[], { now }?: {
    now?: Date;
}): Date | [Date, Date];
//# sourceMappingURL=applyDateFns.d.ts.map