import { type WriteLlmsTxtInput, type WriteLlmsTxtResult } from "../../../../../lib/aeo-llms-txt-writer/dist/index.js"; export type { WriteLlmsTxtInput, WriteLlmsTxtResult }; /** * Thin aeo-side wrapper around the plugin-agnostic writeLlmsTxt lib. * Injects this plugin's neo4j session factory so the shared lib stays * decoupled from any one plugin's driver wiring. */ export declare function writeLlmsTxt(input: WriteLlmsTxtInput): Promise; //# sourceMappingURL=aeo-write-llms-txt.d.ts.map