/** * Abstract type. */ export declare type AbstractType = Function & { prototype: T; }; //# sourceMappingURL=abstract-type.d.ts.map