interface PackageDocInfo { name: string; description: string; /** Absolute path to the docs directory */ docsAbsPath: string; /** Relative path from AGENTS.md to the doc index */ indexRelPath: string; } export declare function installDocsCommand(): Promise; export declare function generateDocsSection(packages: PackageDocInfo[], options: { topHeadingLevel: number; }): string; export declare function parseTopHeadingLevel(raw: string | undefined): number; export {}; //# sourceMappingURL=install-docs.d.ts.map