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