interface Return { option: string; } export declare const getTimeZoneByCountry: (country: string) => Return[]; export {};