import { Unsubscribable } from 'rxjs';
export declare function autoUnsubscribe(): void;
export declare function queueForAutoUnsubscribe(subscription: Unsubscribable): void;
export declare function getGlobalSubscribersLength(): number;
export declare function resetAutoUnsubscribe(): void;
//# sourceMappingURL=auto-unsubscribe.d.ts.map