export declare class MomentHelper {
    static convertBneToLocal(date: string): string;
    static getCurrentMonthAndYear(): string;
    static getCurrentYear(): string;
    static getCurrentMonth(): string;
    static formatMonth(month: string): string;
}
