import { ExchangeInfoQueryParams, ExchangeInfoResponse } from "../interfaces/Exchange"; export declare const info: (apiKey: string, apiBase: string, apiVersion: string, query?: ExchangeInfoQueryParams) => Promise;