import { type DrizzleExecutor } from "../drizzle.js"; /** * Inserts the singleton serverSyncState and rigEventSyncState rows when either durable cursor is absent. * Idempotent conflict handling lets repeated startup converge without resetting an existing generation, sequence, or Rig checkpoint. */ export declare function syncInitialize(executor: DrizzleExecutor): Promise; //# sourceMappingURL=syncInitialize.d.ts.map