import { OperatorFunction } from 'rxjs'; export declare function distinctUniqueKey(key: K): OperatorFunction;