export interface StandardError { code: string; message: string; fixHint: string; retryable: boolean; } export declare function notImplementedError(toolName: string): StandardError; export declare function mcpErrorResponse(toolName: string): { content: { type: "text"; text: string; }[]; isError: boolean; }; //# sourceMappingURL=stub.d.ts.map