import { type ClaimedDataExport } from "./impl/claimedDataExport.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Marks dataExportJobs failed only while the same running claim still owns its startedAt fence and stores a bounded error message. * Returning false tells the worker that a newer claimant won, so stale execution cannot overwrite the replacement job state. */ export declare function dataExportFailClaim(executor: DrizzleExecutor, claim: ClaimedDataExport, error: unknown): Promise; //# sourceMappingURL=dataExportFailClaim.d.ts.map