import { Model } from '@rawmodel/core';
import { SchemaRecipe } from './types';
export declare function createModelClass(recipe: SchemaRecipe): typeof Model;
