/** * 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 { Table } from "./Table"; import { CoreDocumentPart } from "./CoreDocumentPart"; export declare const CoreDocument: core.serialization.ObjectSchema; export declare namespace CoreDocument { interface Raw { id: string; type: "core"; metadata?: Record | null; tables?: Table.Raw[] | null; document_parts: CoreDocumentPart.Raw[]; } }