import { FlyLocationType } from "../types";
export interface SearchFlyLocation {
    type: FlyLocationType;
    value: string | string[];
}
//# sourceMappingURL=fly-location.interface.d.ts.map