/** * Read all `llms.txt` files from the given package directories * and compose them into a single reference document. */ export declare function aggregateLlmsTxt(packageDirs: string[]): Promise; //# sourceMappingURL=aggregator.d.ts.map