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