import { Month, MonthCode } from './../enums'; export declare const getMonthCode: (weekDay: Month) => MonthCode; export declare const getMonthDay: (code: MonthCode) => Month | null;