import { Cardano } from '../..'; import { Hash28ByteBase16 } from '@cardano-sdk/crypto'; import { HexBlob } from '@cardano-sdk/util'; export declare class Credential { #private; private constructor(); toCbor(): HexBlob; static fromCbor(cbor: HexBlob): Credential; toCore(): Cardano.Credential; static fromCore(credential: Cardano.Credential): Credential; value(): { type: Cardano.CredentialType; hash: Hash28ByteBase16; }; } //# sourceMappingURL=Credential.d.ts.map