import { type Airport } from "./airports.js"; export declare function searchAirport(query: string): Array<{ name: Airport; code: string; }>;