export declare const months: {
    id: number;
    name: string;
}[];
export declare const getMonthPersianName: (month: number | string) => string | undefined;
//# sourceMappingURL=persianMonthName.d.ts.map