/// <reference types="@duffel/api" />
import { SeatMapCabinRowSectionElement, SeatMapCabinRowSectionElementSeat } from "@duffel/api/types";
export declare function isSeatElement(element: SeatMapCabinRowSectionElement): element is SeatMapCabinRowSectionElementSeat;
