import * as Crypto from '@cardano-sdk/crypto'; import { HexBlob } from '@cardano-sdk/util'; import type * as Cardano from '../../Cardano/index.js'; export declare class Anchor { #private; constructor(url: string, dataHash: Crypto.Hash32ByteBase16); toCbor(): HexBlob; static fromCbor(cbor: HexBlob): Anchor; toCore(): Cardano.Anchor; static fromCore(anchor: Cardano.Anchor): Anchor; url(): string; setUrl(url: string): void; dataHash(): Crypto.Hash32ByteBase16; setDataHash(dataHash: Crypto.Hash32ByteBase16): void; } //# sourceMappingURL=Anchor.d.ts.map