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