import { AxiosInstance } from 'axios'; /** * Get or create an Axios client with the current API key */ export declare function getApiClient(): AxiosInstance; /** * Clear the client cache (useful for testing) */ export declare function clearClientCache(): void;