import type { DocumentChunk } from "./types.js"; export declare function chunkText(text: string, chunkSize?: number, chunkOverlap?: number): DocumentChunk[];