export declare function apiRequest<T = any>(url: string, options?: Record<string, any>, apiKey?: string): Promise<T>;
