import type { Model } from "./Model";
export declare function getModelKey(str: string): string;
export declare function getMetadata<M extends Model>(model: M): any;
