/** * Validates an entity using the data model schemas, throwing an error when * validation fails. */ export declare function validateEntityWithSchema(entity: { _class: string[]; }): void;