import type { Handler } from 'hono'; import type { LlmsTxtGenerator } from '../../types'; export declare function llmsTxtHandler(llmsTxtGenerator: LlmsTxtGenerator): Handler; //# sourceMappingURL=llms-txt.d.ts.map