import { Observable } from "rxjs";
import type { InitSwapInput, SwapRequestEvent } from "./types";
declare const initSwap: (input: InitSwapInput) => Observable<SwapRequestEvent>;
export default initSwap;
//# sourceMappingURL=initSwap.d.ts.map