import { type AccountTarget } from "./accountTarget.js"; import { type DrizzleExecutor } from "../../drizzle.js"; /** * Resolves a non-deleted user and account to the identifiers and current ban fields required by moderation actions. * Rejecting deleted targets before mutation prevents enforcement records from being attached to an identity that no longer exists operationally. */ export declare function accountTargetDb(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=accountTargetDb.d.ts.map