/** * @fileoverview `brapi://calls` — capability profile (raw `/calls` data) for * the default connection. Useful for clients that want the full descriptor * map without the orientation-envelope wrapping. * * @module mcp-server/resources/definitions/brapi-calls.resource */ import { JsonRpcErrorCode } from '@cyanheads/mcp-ts-core/errors'; export declare const brapiCallsResource: import("@cyanheads/mcp-ts-core").ResourceDefinition>; }>, import("zod/v4/core").$strip>, undefined, readonly [{ readonly reason: "unknown_alias"; readonly code: JsonRpcErrorCode.NotFound; readonly when: "No default BrAPI connection has been registered"; readonly recovery: "Call brapi_connect (without an alias, or with alias `default`) before reading this resource."; }]>; //# sourceMappingURL=brapi-calls.resource.d.ts.map