import { type DrizzleExecutor } from "../drizzle.js"; import { type RigEventCheckpoint } from "./types.js"; /** * Advances rigEventSyncState to the opaque cursor of the newest processed durable event. * Rig alone orders these tokens, so the single sequential ingestion loop persists * each delivered cursor without attempting to compare its encoded value. */ export declare function rigEventCheckpoint(executor: DrizzleExecutor, cursor: string, eventCount?: number): Promise; //# sourceMappingURL=rigEventCheckpoint.d.ts.map