import "isomorphic-fetch"; import type { AirportLocation } from "./__generated__/kiwicomGlobalTypes"; declare const getIATALocations: (search: string) => Promise; export default getIATALocations;