import type { ToolDefinition } from "@/types"; /** * Builds the subuser_configure tool that updates a subuser gateway agent's system prompt. * Expects: caller is the owner user; subuserId references an existing child user. */ export declare function subuserConfigureToolBuild(): ToolDefinition; //# sourceMappingURL=subuserConfigureToolBuild.d.ts.map