export interface ToolError { message: string; suggestion: string; context?: Record; } export declare function formatError(err: ToolError): string; export declare function godotNotFound(): ToolError; export declare function projectNotFound(): ToolError; //# sourceMappingURL=errors.d.ts.map