import type { PreparedSkillDocument } from './types.js'; export declare const MAX_SKILL_CHUNK_CHARS = 8000; export declare const MAX_SKILL_CHUNKS = 64; export declare function chunkSkillMarkdown(input: { skillName: string; sourcePath: string; markdown: string; summary?: string | null; stripFrontmatter: boolean; }): PreparedSkillDocument[]; //# sourceMappingURL=chunking.d.ts.map