import { JalaliDateTimePeriod } from '../../interface/period';
export declare function periodMonth(months: number): JalaliDateTimePeriod;
export declare function periodMonth(months: number, date: Date): JalaliDateTimePeriod;
export declare function periodMonth(months: number, timezone: string): JalaliDateTimePeriod;
export declare function periodMonth(months: number, date: Date, timezone: string): JalaliDateTimePeriod;
//# sourceMappingURL=month.d.ts.map