export declare function isEveryDateInMonth(year: number, month: number, predicate: (date: Date) => boolean): boolean;
