import { NonAbstract } from '../../shared/types'; import { Model } from '../..'; export declare type Repository = (new () => M) & NonAbstract;