import { MonoTypeOperatorAsyncFunction } from '../../interfaces'; export declare function distinctUntilChanged(keySelector?: (value: TSource) => TKey | Promise, comparer?: (first: TKey, second: TKey) => boolean | Promise): MonoTypeOperatorAsyncFunction;