import { OperatorFunction } from "rxjs"; import { KeyChanges } from "./partitionByKey"; /** * Operator function that maps a stream of KeyChanges into a Set that contains * the active keys. */ export declare function toKeySet(): OperatorFunction, Set>;