import { type DataExportJob } from "../../operations/types.js"; import { type DrizzleExecutor } from "../../drizzle.js"; /** * Loads the canonical data-export job projection by identifier and maps absence to an operations not-found error. * Sharing this mapper across request, worker, and completion paths keeps lease, result-file, status, and error fields consistent. */ export declare function exportJobDb(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=exportJobDb.d.ts.map