import { type DrizzleExecutor } from "../drizzle.js"; import { type RigEventCheckpoint } from "./types.js"; /** * Returns the Rig ingestion cursor and lazily creates rigEventSyncState at its initial sequence when absent. * Keeping first-read initialization here gives every event consumer the same durable zero point instead of process-local defaults. */ export declare function rigEventGetCheckpoint(executor: DrizzleExecutor): Promise; //# sourceMappingURL=rigEventGetCheckpoint.d.ts.map