/** * Return the Super Constructor of the ctor * @param {Function} ctor * @returns {Function} */ export function getSuperCtor(ctor: Function): Function; export default getSuperCtor;