/// import { UUID } from "crypto"; import { BgentRuntime, Relationship } from "../lib"; export declare function getOrCreateRelationship({ runtime, userA, userB, }: { runtime: BgentRuntime; userA: UUID; userB: UUID; }): Promise;