export declare const NEPALI_DATE_MAP: {
    year: number;
    days: Array<number>;
    totalDays: number;
    daysTillNow: number;
}[];
export declare const EPOCH: number;
export declare const WEEK_EN: string[];
export declare const WEEK_SHORT_EN: string[];
export declare const WEEK_NP: string[];
export declare const WEEK_SHORT_NP: string[];
export declare const MONTH_EN: string[];
export declare const MONTH_SHORT_EN: string[];
export declare const MONTH_NP: string[];
export declare const MONTH_SHORT_NP: string[];
export declare const NUMBER_NP: string[];
