import { HexBlob } from '@cardano-sdk/util'; import type * as Cardano from '../../../Cardano/index.js'; export declare class InfoAction { #private; toCbor(): HexBlob; static fromCbor(cbor: HexBlob): InfoAction; toCore(): Cardano.InfoAction; static fromCore(_: Cardano.InfoAction): InfoAction; } //# sourceMappingURL=InfoAction.d.ts.map