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