import type { Transaction } from "./types"; export declare function getTrustedInputBIP143(indexLookup: number, transaction: Transaction, additionals?: Array): string; //# sourceMappingURL=getTrustedInputBIP143.d.ts.map