import { HydratedTx, HydratedTxIn, Value } from '../types'; export declare const resolveInputValue: (input: HydratedTxIn, transactions: HydratedTx[]) => Value | undefined; //# sourceMappingURL=resolveInputValue.d.ts.map