import { Observable } from '../Observable'; export declare function inspect(durationSelector: (value: T) => Observable | Promise): Observable;