import { currentDate } from '../interfaces';
declare function evaluateNepaliDate(daysElpased: number, format?: boolean): string | currentDate;
export default evaluateNepaliDate;
