/** * `axm mcps uninstall`. */ export interface UninstallMcpServerHandlerArgs { /** The local connection name to remove. */ readonly serverName: string; } export declare const handleUninstallMcpServer: (args: UninstallMcpServerHandlerArgs, flags: { readonly preview: boolean; }) => import("effect/Effect").Effect; //# sourceMappingURL=handler.d.ts.map