import { MonoTypeOperatorFunction } from '../types'; export declare function distinctUntilChanged(comparator?: (previous: T, current: T) => boolean): MonoTypeOperatorFunction; export declare function distinctUntilChanged(comparator: (previous: K, current: K) => boolean, keySelector: (value: T) => K): MonoTypeOperatorFunction; //# sourceMappingURL=distinctUntilChanged.d.ts.map