export declare function isInBetween(data: any, first: any, last: any): boolean;
export declare const padDateMonth: (val: string | number) => string;
export declare function getTotalDaysInAdMonth(year: number, month: number): number;
