import type { ChangelogSection, DocsManifest } from '../../core/index.js'; import '../../core/metaphors/index.js'; export declare function parseChangelog(cwd: string, since?: string): ChangelogSection; /** Compare two manifests via version + per-section checksums. Pure function — no I/O. */ export declare function compareManifests(saved: Pick, fresh: Pick): string[]; export declare function docsCommand(args: string[]): Promise; //# sourceMappingURL=docs.d.ts.map