import { Cardano } from '@cardano-sdk/core'; import { ProtocolParametersForInputSelection } from '@cardano-sdk/input-selection'; export declare const minAdaRequired: (output: Cardano.TxOut, coinsPerUtxoByte: bigint) => bigint; export declare const minFee: (tx: Cardano.Tx, resolvedInputs: Cardano.Utxo[], pparams: ProtocolParametersForInputSelection) => bigint; //# sourceMappingURL=fees.d.ts.map