export declare class InheritanceTreeSorter { definitions: any; __parent: any; constructor(__parent: any, definitions: any); compare(o1: any, o2: any): 1 | -1; getInheritanceDepth(model: any): number; getParent(model: any): any; }