import { Observable } from "rxjs";
export declare function trackEmit(obs?: Observable<any>): () => boolean;
