import type { ToolDefinition } from "@/types"; /** * Revokes a previously offered/active subuser share from a friend. * Expects: caller owns subuserId and an existing share request from the subuser side is present. */ export declare function friendUnshareSubuserToolBuild(): ToolDefinition; //# sourceMappingURL=friendUnshareSubuserToolBuild.d.ts.map