export declare enum RoomStatusKind { PENDING = 0, OPEN = 1, CLOSED = 2 } //# sourceMappingURL=room.status.kind.d.ts.map