export declare class LensCoreClient { private baseUrl; constructor(baseUrl?: string); checkHealth(): Promise; waitForReady(timeout?: number): Promise; private fetchWithRetry; crawl(options: any): Promise; test(options: any): Promise; scan(options: any): Promise; testMultiple(options: any): Promise; getResults(): Promise; clearCache(): Promise; getCacheStats(): Promise; } //# sourceMappingURL=lenscore-client.d.ts.map