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