export interface AnalysisReadmeCli { description: string | null; sourcePath: string; } /*** * Collects README CLI metadata from the canonical Ankhorage CLI entrypoint when its leading * Paradox comment opts into README output with @readme. */ export declare function analyzeReadmeCli(root: string): Promise;