import type { ToolDefinition } from "@/types"; /** * Builds the subuser_create tool that provisions an isolated child user with a gateway agent. * Expects: caller is the owner user; name and systemPrompt are non-empty. */ export declare function subuserCreateToolBuild(): ToolDefinition; //# sourceMappingURL=subuserCreateToolBuild.d.ts.map