import { IdMapResponse, IdMapQueryParams } from "../interfaces/Crypto";
export declare const idMap: (apiKey: string, apiBase: string, apiVersion: string, query?: IdMapQueryParams) => Promise<IdMapResponse>;
