export declare class DUCTxProvider {
    lib: any;
    create({ recipients, utxos, change, fee }: {
        recipients: any;
        utxos: any;
        change: any;
        fee: any;
    }): any;
}
//# sourceMappingURL=index.d.ts.map