import type { DataModel } from "./types.js"; export declare function validateDataModel(model: DataModel): void;