import { type AccountBan } from "../../operations/types.js"; import { type DrizzleExecutor } from "../../drizzle.js"; /** * Loads the canonical ban projection by identifier with any current user joined through its account. * Sharing this mapper across apply, expire, and revoke paths keeps returned target and lifecycle fields consistent when a profile is absent. */ export declare function banDb(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=banDb.d.ts.map