/** * SegmentationError is thrown when the segmentation process fails. * * @remarks * This error is thrown when: * - Content segmentation fails * - Critical pipeline steps fail */ export declare class SegmentationError extends Error { readonly cause?: unknown | undefined; constructor(message: string, cause?: unknown | undefined); } //# sourceMappingURL=SegmentationError.d.ts.map