import { Dayjs } from "dayjs";
export declare const getDayFormat: (day: Dayjs, jalali?: boolean) => string;
