/**
 * Booking Desk: an orchestration layer over the existing authoritative modules.
 * It reuses their tx-aware internal methods to commit an entire booking in ONE
 * interactive transaction; it owns no business records of its own.
 */
export declare class BookingModule {
}
//# sourceMappingURL=booking.module.d.ts.map