import { CommandContext } from '../CommandContext';
export declare class NounMapper {
    mapNouns(context: CommandContext): void;
    private static getRoomTarget;
    private findMatchForNoun;
}
