/** * Scene operation tools for Godot MCP Server * Tools for creating, reading, and modifying Godot scenes (.tscn files) */ import type { ToolDefinition } from '../types.js'; export declare const sceneTools: ToolDefinition[]; //# sourceMappingURL=scene-tools.d.ts.map