import { AirportShort } from "./types.js"; //#region source/airports/getClosest.d.ts /** * Returns information about the closest airport based on the user's IP address */ declare const getClosest: () => Promise; //#endregion export { getClosest };