export declare const month: (yearArg?: number, monthArg?: number, locale?: string, monthType?: string) => string; export declare const months: (locale?: string, monthType?: string) => any[];