import { type Domain } from '../core/domains/constants.js'; import type { IndexEntry } from './index-generator.js'; /** * Generate the root REGISTRY.md content (quick reference) */ export declare function generateRootRegistry(): string; /** * Generate domain-specific REGISTRY.md content */ export declare function generateDomainRegistryContent(domain: Domain, entries?: IndexEntry[]): string; //# sourceMappingURL=registry-generator.d.ts.map