import { type ISubscriberRecord, type ICollectionSubscriber, type IndexMap, type Collection } from './interfaces'; import type { IAnySubscriber } from './subscriber-collection'; export declare let batching: boolean; export declare function batch(fn: () => unknown): void; export declare function addCollectionBatch(subs: ISubscriberRecord, collection: Collection, indexMap: IndexMap): void; export declare function addValueBatch(subs: ISubscriberRecord, newValue: unknown, oldValue: unknown): void; //# sourceMappingURL=subscriber-batch.d.ts.map