import type { LighterApiClient } from './apiClient.js'; export interface LighterRegisteredApiKey { api_key_index: number; public_key: string; } export declare const normalizeLighterPublicKey: (key: string) => string; export declare const fetchRegisteredApiKey: (client: LighterApiClient, accountIndex: number, apiKeyIndex: number) => Promise; //# sourceMappingURL=registeredApiKey.d.ts.map