/**
 * @hidden
 *
 * An object which contains the information about the cities within the timezone.
 */
export declare const timezones: {
    rules: {};
    titles: {};
    zones: {};
};
