import type { CLIResult, Services } from '../../common/types.js';
interface AnalyzeProjectArgs {
    path?: string;
    format?: string;
}
export declare function analyzeProject(args: AnalyzeProjectArgs, services: Services): Promise<CLIResult>;
export {};
