import type { ToolDefinition } from "@/types"; /** * Shares one of the caller-owned subusers with an existing friend. * Expects: caller owns subuserId and caller is already friends with friendNametag. */ export declare function friendShareSubuserToolBuild(): ToolDefinition; //# sourceMappingURL=friendShareSubuserToolBuild.d.ts.map