/** * Abstract class type definition */ export declare type AbstractType = Function & { prototype: T; };