import { SessionContext } from "../types.js"; export declare function handleLookAtSurroundings(args: unknown, _ctx: SessionContext): Promise<{ content: { type: "text"; text: string; }[]; }>; export declare function handleGenerateRoomNode(args: unknown, _ctx: SessionContext): Promise<{ content: { type: "text"; text: string; }[]; }>; export declare function handleGetRoomExits(args: unknown, _ctx: SessionContext): Promise<{ content: { type: "text"; text: string; }[]; }>; export declare function handleMoveCharacterToRoom(args: unknown, _ctx: SessionContext): Promise<{ content: { type: "text"; text: string; }[]; }>; export declare function handleListRooms(args: unknown, _ctx: SessionContext): Promise<{ content: { type: "text"; text: string; }[]; }>; //# sourceMappingURL=spatial-handlers.d.ts.map