import { Subject } from 'rxjs'; export declare function setupSubjectUnsubscribedChecker(instance: any, destroy$: Subject): void;