import { MonoTypeChangeSetOperatorFunction } from '../ChangeSetOperatorFunction'; /** * Defer the subscribtion until loaded and skip initial changeset * @typeparam TObject The type of the object. * @typeparam TKey The type of the key. */ export declare function skipInitial(): MonoTypeChangeSetOperatorFunction;