export declare const now: () => Date; export declare const addMonthsToNow: (months: number) => Date;