import type { Airport } from "./types";
export declare function getAirports(): Promise<Airport[]>;
export type { Airport };
