import type { Store } from '../../../store'; import type { LifecycleContext, LlmsTxtGenerator } from '../../../types'; export declare function createLlmsTxtGenerator(store: Store, context: LifecycleContext): LlmsTxtGenerator; //# sourceMappingURL=create-llms-txt-generator.d.ts.map