import type { CheckType } from 'schema-typed'; export declare function useRegisterModel(name: string, rule?: CheckType): void;