export declare const getFirstDayOfMonth: (year: number, month: number) => number;
