export interface TypeInfo { type: string | symbol; class: Function; } export declare function getSuperClassInfo(classType: Function): TypeInfo[];