import { Cardano } from '@cardano-sdk/core'; import { LedgerTxTransformerContext } from '../types'; export declare const mapCollateralTxOut: (collateralTxOut: Cardano.TxOut | undefined, context: LedgerTxTransformerContext) => { format: import("@cardano-foundation/ledgerjs-hw-app-cardano").TxOutputFormat.ARRAY_LEGACY | undefined; destination: import("@cardano-foundation/ledgerjs-hw-app-cardano").TxOutputDestination; amount: import("@cardano-foundation/ledgerjs-hw-app-cardano").bigint_like; tokenBundle: import("@cardano-foundation/ledgerjs-hw-app-cardano").AssetGroup[] | null | undefined; datumHashHex: string | null | undefined; } | { format: import("@cardano-foundation/ledgerjs-hw-app-cardano").TxOutputFormat.MAP_BABBAGE; destination: import("@cardano-foundation/ledgerjs-hw-app-cardano").TxOutputDestination; amount: import("@cardano-foundation/ledgerjs-hw-app-cardano").bigint_like; tokenBundle: import("@cardano-foundation/ledgerjs-hw-app-cardano").AssetGroup[] | null | undefined; datum: import("@cardano-foundation/ledgerjs-hw-app-cardano").Datum | null | undefined; referenceScriptHex: string | null | undefined; } | null; //# sourceMappingURL=collateralOutput.d.ts.map