import { NepaliDatesType } from "../types/Constant";
export declare const START_WEEK_DAY_OF_1978 = 4;
export declare const START_ENGLISH_DATE_OF_1978_BS = "1921-04-13";
export declare const getStartWeek: () => void;
export declare const NEPALI_DATES: NepaliDatesType[];