/** * @fileoverview `brapi://server/info` — orientation envelope for the default * connection. Mirror of `brapi_server_info` for clients that prefer the * resource surface. Reads the cached capability profile. * * @module mcp-server/resources/definitions/brapi-server-info.resource */ import { JsonRpcErrorCode } from '@cyanheads/mcp-ts-core/errors'; export declare const brapiServerInfoResource: 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-server-info.resource.d.ts.map