export declare const convertADToBS: (englishDate: string) => string;
export declare const convertBSToAD: (nepaliDate: string) => string;
