import type { ToolDefinition } from "@/types"; /** * Builds the subuser_list tool that lists all subusers owned by the calling user. * Expects: caller is the owner user. */ export declare function subuserListToolBuild(): ToolDefinition; //# sourceMappingURL=subuserListToolBuild.d.ts.map