/** * `axm subagents uninstall`. */ export interface UninstallSubagentHandlerArgs { /** Name, identifier, or glob of the subagent to uninstall. */ readonly subagent: string; } export declare const handleUninstall: (args: UninstallSubagentHandlerArgs, flags: { readonly preview: boolean; }) => import("effect/Effect").Effect; //# sourceMappingURL=handler.d.ts.map