import { NepaliDateDataType } from './type';

export declare const START_WEEK_DAY_OF_2000 = 3;
export declare const START_ENGLISH_DATE_OF_2000_BS = "1943-04-14";
export declare const ALL_NEPALI_DATES: Array<NepaliDateDataType>;
