import { type DrizzleTransaction } from "../../drizzle.js"; /** * Advances the moderated chats point and inserts the matching chatUpdates delivery record for the supplied operation. * Requiring the enclosing moderation transaction prevents removal or restoration from committing without an ordered channel change. */ export declare function advanceChatMutation(tx: DrizzleTransaction, input: { sequence: number; chatId: string; kind: string; entityId?: string; actorUserId?: string; }): Promise; //# sourceMappingURL=advanceChatMutation.d.ts.map