export declare const getDaysInMonth: (date: Date) => number; export declare const addMonths: (date: Date, value: number) => void;