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