/** * Check if a date is the first day of its month. */ export declare function isFirstDayOfMonth({ day }: { day: number | string; }): boolean; //# sourceMappingURL=isFirstDayOfMonth.d.ts.map