import type { AnalyzerName, RepoProfile } from './types.js'; export interface AnalyzerOptions { cwd?: string; analyzers?: AnalyzerName[]; } export declare function runAnalyzers(opts?: AnalyzerOptions): Promise; export declare function loadRepoProfile(cwd?: string): RepoProfile | null; export declare function saveRepoProfile(profile: RepoProfile, cwd?: string): void; //# sourceMappingURL=index.d.ts.map