import type { ToolDefinition } from "@/types"; /** * Removes, rejects, or cancels a friend relationship by nametag. * Expects: caller is a frontend user with a generated nametag. */ export declare function friendRemoveToolBuild(): ToolDefinition; //# sourceMappingURL=friendRemoveToolBuild.d.ts.map