import { HexBlob } from '@cardano-sdk/util'; import type * as Cardano from '../../Cardano'; export declare class AuthCommitteeHot { #private; constructor(committeeColdCred: Cardano.Credential, committeeHotCred: Cardano.Credential); toCbor(): HexBlob; static fromCbor(cbor: HexBlob): AuthCommitteeHot; toCore(): Cardano.AuthorizeCommitteeHotCertificate; static fromCore(cert: Cardano.AuthorizeCommitteeHotCertificate): AuthCommitteeHot; coldCredential(): Cardano.Credential; hotCredential(): Cardano.Credential; } //# sourceMappingURL=AuthCommitteeHot.d.ts.map