import { type AccountTarget } from "./accountTarget.js"; import { type DrizzleTransaction } from "../../drizzle.js"; /** * Marks an elapsed accountBans record ended and updates accounts activation according to the remaining effective bans. * The caller's transaction prevents a closed ban record from disagreeing with the credential authority derived from it. */ export declare function closeElapsedBan(tx: DrizzleTransaction, target: AccountTarget): Promise; //# sourceMappingURL=closeElapsedBan.d.ts.map