import { UTXO } from '../utils/utxo';
export declare const ElectrumX: {
    fetchUTXOs: (network: string, testnet: boolean) => (address: string, confirmations: number, scriptHash?: string | undefined) => Promise<readonly UTXO[]>;
};
