/**
 * Checks if an ISO string is a timezoned date.
 */
export declare const isTimezoneDate: (date: string) => boolean;
