import { type DrizzleTransaction } from "../drizzle.js"; /** * Allocates the next server-wide sync sequence by incrementing the sole serverSyncState row. * Requiring the caller's transaction keeps sequence allocation in the same commit as the entity and sync-event changes that consume it. */ export declare function syncSequenceNext(tx: DrizzleTransaction): Promise; //# sourceMappingURL=syncSequenceNext.d.ts.map