import { type DrizzleTransaction } from "../drizzle.js"; /** * Allocates a sync sequence and refreshes serverSyncState.updatedAt for moderation-origin changes. * This transaction-only variant preserves the operations workflow's timestamp side effect without adding it to sequence allocations that never had that contract. */ export declare function syncSequenceNextWithTimestamp(tx: DrizzleTransaction): Promise; //# sourceMappingURL=syncSequenceNextWithTimestamp.d.ts.map