import type { ToolDefinition } from "@/types"; /** * Sends a direct message to a friend by nametag. * Expects: caller and target are connected with both request flags set. */ export declare function friendSendToolBuild(): ToolDefinition; //# sourceMappingURL=friendSendToolBuild.d.ts.map