import type { Multicall2 } from "@dahlia-labs/use-ethers";
import type { IExchange, IExchangeInfo } from "./index";
export declare const getExchangeInfo: (multicallContract: Multicall2, exchange: IExchange) => Promise<IExchangeInfo>;
//# sourceMappingURL=multicall.d.ts.map