export type Country = { id: string; name: string; timezones: string[]; }; export declare const countriesTimeZones: Country[];