/** * 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 { FolderEntityFolder } from "./FolderEntityFolder"; import { FolderEntityPromptSandbox } from "./FolderEntityPromptSandbox"; import { FolderEntityWorkflowSandbox } from "./FolderEntityWorkflowSandbox"; import { FolderEntityDocumentIndex } from "./FolderEntityDocumentIndex"; import { FolderEntityTestSuite } from "./FolderEntityTestSuite"; import { FolderEntityDataset } from "./FolderEntityDataset"; export declare const FolderEntity: core.serialization.Schema; export declare namespace FolderEntity { type Raw = FolderEntityFolder.Raw | FolderEntityPromptSandbox.Raw | FolderEntityWorkflowSandbox.Raw | FolderEntityDocumentIndex.Raw | FolderEntityTestSuite.Raw | FolderEntityDataset.Raw; }