import { SearchFlyLocation, SearchRadius } from "../interfaces";
export declare type SearchFlyLocations = SearchFlyLocation | SearchRadius | string | (SearchFlyLocation | SearchRadius | string)[];
//# sourceMappingURL=fly-locations.type.d.ts.map