import type { Type } from '../../../client/interfaces/Type'; /** * If our model has a template type, then we want to generalize that! * In that case we should return "" as our template type. * @param modelClass The parsed model class type. * @returns The model template type ( or empty). */ export declare const getModelTemplate: (modelClass: Type) => string;