export declare function distinctUntilChanged(compare?: (x: T, y: T) => boolean, thisArg?: any): any;