import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class IncrementalPayloadEventProcessor { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); static cleanOldOfflineResultM2MMobileResponderRecords(): void; static cleanOrphanRecordWatcherRecords(): void; static processIncrementalGenerationEvents(): void; } //# sourceMappingURL=IncrementalPayloadEventProcessor.d.ts.map