import { DateMath } from '../types.js'; export declare const GREGORIAN_MONTHS: string[]; export declare const GREGORIAN_MONTHS_SHORT: string[]; export declare const nativeDateMath: DateMath;