import type { GodotRunner, OperationParams, ToolDefinition } from '../utils/godot-runner.js'; export declare const projectToolDefinitions: ToolDefinition[]; export declare function handleListProjects(args: OperationParams): Promise<{ content: Array<{ type: "text"; text: string; }>; isError: boolean; } | { content: { type: string; text: string; }[]; }>; export declare function handleGetProjectInfo(runner: GodotRunner, args: OperationParams): Promise<{ content: Array<{ type: "text"; text: string; }>; isError: boolean; } | { content: { type: string; text: string; }[]; }>; export declare function handleGetProjectFiles(args: OperationParams): Promise<{ content: Array<{ type: "text"; text: string; }>; isError: boolean; } | { content: { type: string; text: string; }[]; }>; export declare function handleSearchProject(args: OperationParams): Promise; isError: boolean; }>; export declare function handleGetSceneDependencies(args: OperationParams): Promise; isError: boolean; }>; export declare function handleGetProjectSettings(args: OperationParams): Promise<{ content: Array<{ type: "text"; text: string; }>; isError: boolean; } | { content: { type: string; text: string; }[]; }>; //# sourceMappingURL=project-tools.d.ts.map