import { debounce } from '../../operator/debounce'; declare module '../../Observable' { interface Observable { debounce: typeof debounce; } }