import { CommandContext } from '../../CommandContext';
import { GameObject } from '../GameObject';
import { RoomBase } from '../RoomBase';
export declare class UnderCouch extends RoomBase {
    objects: GameObject[];
    constructor();
    describe(context: CommandContext): void;
}
