/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { ReductoChunking } from "./ReductoChunking"; import { SentenceChunking } from "./SentenceChunking"; import { TokenOverlappingWindowChunking } from "./TokenOverlappingWindowChunking"; import { DelimiterChunking } from "./DelimiterChunking"; export declare const DocumentIndexChunking: core.serialization.Schema; export declare namespace DocumentIndexChunking { type Raw = ReductoChunking.Raw | SentenceChunking.Raw | TokenOverlappingWindowChunking.Raw | DelimiterChunking.Raw; }