export declare type ReservationStatus = 'RESERVED' | 'NOT_RESERVED' | 'RELEASED' | 'IGNORED' | 'UNKNOWN';
