/*!
 * V4Fire Core
 * https://github.com/V4Fire/Core
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Core/blob/master/LICENSE
 */
export declare const formatCache: any;
export declare const dateChunkRgxp: RegExp, timeChunkRgxp: RegExp, zoneChunkRgxp: RegExp;
export declare const normalizeDateChunkRgxp: RegExp, normalizeZoneRgxp: RegExp;
export declare const isDateStr: RegExp, isFloatStr: RegExp;
export declare const createAliases: any;
export declare const formatAliases: any;
export declare const boolAliases: any;
export declare const defaultFormats: any;
