import type { Standard } from "../../../standard";
import type { TruthModel } from '../schemas/model.js';
export declare function parseModelSchema(name: string, schema: TruthModel<any>): Standard.Model;
//# sourceMappingURL=model.d.ts.map