import type { TxIn, Utxo } from '../Cardano'; export declare const createUtxoId: (txHash: string, index: number) => string; export declare const sortTxIn: (lhs: TxIn, rhs: TxIn) => number; export declare const sortUtxoByTxIn: (lhs: Utxo, rhs: Utxo) => number; //# sourceMappingURL=utxo.d.ts.map