export interface FlightAirport { city_name: string; iata_code: string; name: string; timezone: string; } //# sourceMappingURL=Airport.d.ts.map