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