import { SeatMap } from '../types'; export declare function hasAvailableSeatService(seatMaps?: SeatMap[]): boolean;