import * as utxolib from '@bitgo/utxo-lib';
import { ParserTx } from './ParserTx';
export declare function getPrevOutputsFromPrevTxs(tx: ParserTx, prevTxs: ParserTx[]): utxolib.TxOutput<bigint>[] | undefined;
//# sourceMappingURL=prevTx.d.ts.map