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