import type { OnDestroy } from '../types/lifecycle.js'; /** * Type guard to check if an instance implements OnDestroy */ export declare function hasOnDestroy(instance: unknown): instance is OnDestroy; //# sourceMappingURL=has-on-destroy.d.ts.map