import { Observable } from "rxjs"; import type { ExchangeRequestEvent } from "../../hw/actions/startExchange"; import { StartExchangeInput } from "./types"; declare const startExchange: (input: StartExchangeInput) => Observable; export default startExchange; //# sourceMappingURL=startExchange.d.ts.map