import { InternalType } from "../type";
export default function createSuper({ classObj, instance, }: {
    classObj: InternalType;
    instance: InternalType;
}): InternalType;
