import { type DrizzleTransaction } from "../../drizzle.js"; import { type OperationsSyncHint } from "../../operations/types.js"; /** * Ends the selected accountBans record and restores accounts only when the target has no other effective ban. * The surrounding moderation transaction keeps credential authority synchronized with the action, notification, and audit records that explain the reversal. */ export declare function revokeBanInTransaction(tx: DrizzleTransaction, actorUserId: string, targetUserId: string, reason?: string): Promise; //# sourceMappingURL=revokeBanInTransaction.d.ts.map