import { AddMcpServerInput } from './types'; export declare const addMcpServer: (input: AddMcpServerInput) => Promise;