export declare function getDaysInMonth({ month, year, }: {
    month: number;
    year: number;
}): any[];
