import 'moment-timezone';
export declare function formatedDate(date: string): string;
export declare function getCurrentMonthStartDate(): string;
export declare function getCurrentMonthEndDate(): string;
