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