import { TZone } from '../types';
/**
 * Make TZone object from simple string.
 */
export declare const formatZone: (zone: string) => TZone;
