import { Season } from './types';
export declare const getCurrentSeason: () => Season;
