import { RestClient } from "./interfaces"; export * from "./crypto"; export * from "./exchange"; export * from "./fiat"; export * from "./global"; export * from "./interfaces"; export declare const restClient: (apiKey: string, apiVersion?: string, apiBase?: string) => RestClient; export default restClient;