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