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