import type { BeanBase } from '../bean/beanBase.ts'; import type { DefineModelOptions, ModelRef } from '../bean/type.ts'; export declare function useModel, K extends keyof T, G = T[K], S = T[K]>(this: BeanBase, props: T, name: K, options?: DefineModelOptions): ModelRef; export declare function getModelModifiers(props: Record, modelName: string): Record | undefined; export declare function coerceValueType(type: string, value: any): any; //# sourceMappingURL=useModel.d.ts.map