import type { McpServerEntry, ApplyOptions } from "./types.js"; export declare class UnsupportedAgentError extends Error { constructor(agentId: string); } export declare function configure(agentId: string, server: McpServerEntry, options: ApplyOptions): Promise; export declare function unconfigure(agentId: string, server: string | McpServerEntry, options: ApplyOptions): Promise;