import { type DrizzleExecutor } from "../../drizzle.js"; import { type ModerationAction } from "../../operations/types.js"; /** * Loads the canonical moderation-action projection by identifier and maps absence to the operations not-found error. * Reusing this projection after take and revoke keeps enforcement target, expiry, automation, and audit metadata aligned. */ export declare function moderationActionDb(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=moderationActionDb.d.ts.map