import { Transaction } from '@scure/btc-signer'; export declare const getUtxosIdsFromPsbts: (psbts: Array) => string[]; export declare const getUtxosIdsFromTransaction: (transaction: Transaction) => string[];