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