export declare const seasons: {
    dayOfMonth: number;
    monthOfYear: number;
    season: string;
}[];
