/** * A reference to a link that can be in another process. */ export declare class LinkReference { linkHash: Uint8Array; process: string; constructor(linkHash: Uint8Array, process: string); } //# sourceMappingURL=ref.d.ts.map