import { DateDefaultConfig } from '../types/format.types';
export declare const NUMERIC = "numeric", SHORT = "short", LONG = "long", TWO_DIGIT = "2-digit";
export declare const MACRO_TOKEN_TO_FORMAT_OPTS: DateDefaultConfig;
