import { Config, UTXO } from './types'; export declare function getUTXOS(from: string, config: Config): Promise; export declare function waitForTransaction(txid: string, config: Config, maxAttempts?: number): Promise; export declare function sendRawTransaction(txb: Buffer, config: Config): Promise;