export declare const convertToNepaliDigit: (number: number) => string; export declare const addLeadingNepaliZero: (number: number) => string; export declare const addLeadingZero: (number: number) => string; export declare const convertNepaliDigitToEnglishDigit: (number: string) => number;