import { SeatMapCabin } from "@duffel/api/types";
export declare const hasWings: (cabin: SeatMapCabin, rowIndex: number) => boolean;
