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