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