import { ObjectType } from '../interfaces';
export declare function getParentClass<T extends object>(entity: ObjectType<T>): ObjectType<T> | null;
