import { OperatorFunction } from 'rxjs'; import { IChangeSet } from '../IChangeSet'; /** * Converts the changeset into a fully formed collection. Each change in the source results in a new collection * @typeparam TObject The type of the object. * @typeparam TKey The type of the key. */ export declare function toCollection(): OperatorFunction, TObject[]>;