export declare const splitTextIntoSegments: (text: string, chunkSize?: number) => string[];