import * as Ledger from '@cardano-foundation/ledgerjs-hw-app-cardano'; import { Cardano } from '@cardano-sdk/core'; import { LedgerTxTransformerContext } from '../types'; export declare const mapCollateralTxIns: (collateralTxIns: Cardano.TxIn[] | undefined, context: LedgerTxTransformerContext) => Ledger.TxInput[] | null; //# sourceMappingURL=collateralInputs.d.ts.map