import { BTCTxProvider } from '../btc';
export declare class BCHTxProvider extends BTCTxProvider {
    lib: any;
    create({ recipients, utxos, change, fee, isSweep }: {
        recipients: any;
        utxos?: any[];
        change: any;
        fee?: number;
        isSweep: any;
    }): any;
}
//# sourceMappingURL=index.d.ts.map