declare class UnsupportedPrototype extends Error {
    constructor(clazz: string);
}
export default UnsupportedPrototype;
