/** Regex to identify the presence of a time zone specifier in a date string */
export declare const tzPattern: RegExp;
