/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index.js"; import * as Zep from "../../api/index.js"; import * as core from "../../core/index.js"; import { EdgeType } from "./EdgeType.js"; import { EntityType } from "./EntityType.js"; export declare const EntityTypeResponse: core.serialization.ObjectSchema; export declare namespace EntityTypeResponse { interface Raw { edge_types?: EdgeType.Raw[] | null; entity_types?: EntityType.Raw[] | null; } }