export interface IFindTimezone { timezones(lon: number, lat: number): Array; }