import { HasEncryptionMetadata } from "../../model/base/HasEncryptionMetadata.mjs"; export declare class EntityWithTypeInfo { entity: T; type: String; constructor(entity: T, type: String); }