/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vectara from "../../api/index"; import * as core from "../../core"; import { CustomDimensions } from "./CustomDimensions"; import { ComponentsSchemasMaxCharsChunkingStrategy } from "./ComponentsSchemasMaxCharsChunkingStrategy"; export declare const StructuredDocument: core.serialization.ObjectSchema; export declare namespace StructuredDocument { interface Raw { id: string; type: "structured"; title?: string | null; description?: string | null; metadata?: Record | null; custom_dimensions?: CustomDimensions.Raw | null; sections: serializers.StructuredDocumentSection.Raw[]; chunking_strategy?: ComponentsSchemasMaxCharsChunkingStrategy.Raw | null; } }