export declare type LineItemSummaryReservationStatus = 'RESERVED' | 'UNRESERVED';
