import { NepaliDate } from '../NepaliDate';
export default function format(nepaliDate: NepaliDate, formatStr: string): string;
