import { ClassTypeId } from "./typeId"; /** * Given the class definition of, find its base class, if possible. * @param classType * @returns */ export declare function baseClassOf(classType: ClassTypeId): ClassTypeId | undefined; //# sourceMappingURL=prototypes.d.ts.map