export declare function distinctUntilKeyChanged(key: string, compare?: (x: any, y: any) => boolean, thisArg?: any): any;