import { throttle } from '../../operator/throttle'; declare module 'rxjs/internal/Observable' { interface Observable { throttle: typeof throttle; } }