import { OperatorFunction } from "rxjs"; export declare function dispose(callback: () => void): OperatorFunction;