export declare const startDateAD = 19430414;
export declare const startDateBS = 20000101;
export declare const lowerADDate = -62135596800000;
export declare const yearMonthDays: number[][];
export declare const baishakOne: number[];
export declare const ENGLISH_WEEK: string[];
export declare const ENGLISH_WEEK_FULL: string[];
export declare const NEPALI_DIGITS: {
    '0': string;
    '1': string;
    '2': string;
    '3': string;
    '4': string;
    '5': string;
    '6': string;
    '7': string;
    '8': string;
    '9': string;
};
export declare const NEPALI_DIGITS_TO_ENG: {
    '\u0966': string;
    '\u0967': string;
    '\u0968': string;
    '\u0969': string;
    '\u096A': string;
    '\u096B': string;
    '\u096C': string;
    '\u096D': string;
    '\u096E': string;
    '\u096F': string;
};
export declare const NEPALI_WEEK: string[];
export declare const NEPALI_WEEK_FULL: string[];
export declare const ENGLISH_NEPALI_MONTH: string[];
export declare const NEPALI_MONTH: string[];
export declare const AD_MONTH: string[];
export declare const AD_MONTH_FULL: string[];
export declare const AD_MONTH_NEPALI: string[];
export declare const NEPALI_TODAY = "\u0906\u091C";
