import { BaseExchange } from "../base.exchange"; import { FastTradingApi } from "../../lib/fast-trading-api.lib"; export declare const createBybitExchange: (api: FastTradingApi) => BaseExchange;