/// <reference types="@duffel/api" />
import { SeatMap, SeatMapCabinRowSectionElement } from "@duffel/api/types";
declare const getFirstSeatElementMatchingCriteria: (seatMaps: SeatMap[], matcher: (element: SeatMapCabinRowSectionElement) => boolean) => SeatMapCabinRowSectionElement | undefined;
export { getFirstSeatElementMatchingCriteria };
