declare type IType = 'timeDiff24' | 'yearMonth' | 'dayMonth' | 'dayPersianMonthYearWithTime' | 'dayPersianMonthYear' | 'dateTime' | 'date' | 'time' | 'expired'; export declare const jalaliDate: (date: any, param?: IType) => string; export {};