import { LensCoreClient } from '../services/lenscore-client'; import { DockerService } from '../services/docker'; export declare class CommandUtils { private static client; static ensureLensCoreReady(): Promise; static parseProjectContext(projectContext?: string): any; static parseCommaSeparated(value?: string): string[]; static parseNumericOptions(options: any, defaults: Record): Record; static displayScanResults(result: any, webMode?: boolean): string | null; static displayCrawlResults(result: any, webMode?: boolean): string | null; static displayTestResults(result: any, webMode?: boolean, testUrl?: string): string | null; static displayMultipleTestResults(result: any, webMode?: boolean): string | null; static displayAIStatus(options: any, result: any): void; static displayFooter(options: any, reportFilename?: string): Promise; static handleError(error: any, spinner: any, commandName: string): void; static getClient(): Promise; static loadConfig(): Promise; static isAIEnabled(): Promise; static getOpenAIConfig(): Promise<{ apiKey: string; model: string; } | null>; static getDockerService(): Promise; } //# sourceMappingURL=command-utils.d.ts.map