/** @hidden */
export declare const NO_TZ_INFO = "The required {0} timezone information is not provided!";
/** @hidden */
export declare const INVALID_TZ_STRUCTURE = "The provided timezone information has invalid stucture!";
/** @hidden */
export declare const formatMessage: (message: any, ...values: any[]) => any;
