import type { Transport } from './transport'; export declare function mcpConfigSchemaClient(t: Transport): { getMcpConfigSchema: (signal?: AbortSignal) => Promise>; }; //# sourceMappingURL=mcp-config-schema-client.d.ts.map