import { Observable } from "rxjs"; import type { CompleteExchangeInputFund, CompleteExchangeInputSell, CompleteExchangeRequestEvent } from "../types"; declare const completeExchange: (input: CompleteExchangeInputFund | CompleteExchangeInputSell) => Observable; export default completeExchange; //# sourceMappingURL=completeExchange.d.ts.map