import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const GraphEntity: core.serialization.ObjectSchema; export declare namespace GraphEntity { interface Raw { entity_id?: string | null; hydration?: string | null; identifier?: string | null; name?: string | null; namespace?: string | null; provider?: string | null; type?: string | null; } }