/** * This file was auto-generated by Fern from our API Definition. */ export type KnowledgeBaseDocumentType = "file" | "url" | "text"; export declare const KnowledgeBaseDocumentType: { readonly File: "file"; readonly Url: "url"; readonly Text: "text"; };