import { Exchange } from './types'; export declare function getApiKeyAccessInfo(apiKey?: string): Promise; export type ApiKeyAccessInfo = { exchange: Exchange; from: string; to: string; symbols: string[]; }[]; //# sourceMappingURL=apikeyaccessinfo.d.ts.map