import { OnDestroy, Type } from '@angular/core'; /** * Extract type arguments from Angular Directive/Component * * @internal */ export declare function extractNgParamTypes(type: Type): unknown[] | undefined; /** * @internal */ export declare function isOnDestroy(obj: unknown): obj is OnDestroy; //# sourceMappingURL=util.d.ts.map