export declare const months: {
    en: string[];
    ne: string[];
};
export declare const weeks: {
    en: string[];
    ne: string[];
};
export declare const maxBSYear = 2100;
export declare const minBSYear = 1970;
export declare const bsMonthMaxDays: number[][];
export declare const bsMonthCalculatedData: number[][];
