/** * Build llm.package.txt — LLM-optimized text summary. Includes extended fields for search/IDE. */ import type { LLMPackageJson } from './types.js'; /** Consistent section order for crawler-friendly llm.package.txt. */ export declare function buildTxtMetadata(meta: LLMPackageJson): string; //# sourceMappingURL=buildTxtMetadata.d.ts.map