import { type DrizzleExecutor } from "../../drizzle.js"; import { type RetentionRun } from "../../operations/types.js"; /** * Loads the canonical retention-run projection by identifier and maps absence to the operations not-found error. * Sharing this mapper across start and finish keeps scope, counts, timestamps, errors, and policy metadata consistent. */ export declare function retentionRunDb(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=retentionRunDb.d.ts.map