import { type DrizzleExecutor } from "../../drizzle.js"; import { type ModerationReport } from "../../operations/types.js"; /** * Loads the canonical moderation-report projection by identifier and maps absence to the operations not-found error. * One mapper keeps assignment, target, resolution, and status fields consistent across report creation, updates, and enforcement. */ export declare function reportDb(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=reportDb.d.ts.map