import { ProtocolParameters, UTxO } from "./types";
export declare const getMinUTxOCost: (utxo: UTxO, coinsPerUTxOWord?: ProtocolParameters["coins_per_utxo_word"]) => bigint;
//# sourceMappingURL=getMinUTxOCost.d.ts.map