/**
 * Formats a date, time, and zone into a ISO string.
 */
export declare function formatDateTimeZoneIntoIso(date: string, time: string, zone: string): string;
