import { SegmentationResult } from '@echogarden/text-segmentation'; declare function segmentChapter(text: string, options: { primaryLocale?: Intl.Locale | null | undefined; }): Promise; export { segmentChapter };