import { type ClaimedDataExport } from "./impl/claimedDataExport.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Completes a leased dataExportJobs build and grants its requester access through fileAccessGrants to the produced archive. * Verifying lease ownership and committing the file grant with completion prevents a ready export from pointing at an inaccessible or unrelated file. */ export declare function dataExportCompleteClaim(executor: DrizzleExecutor, claim: ClaimedDataExport, outputFileId: string): Promise; //# sourceMappingURL=dataExportCompleteClaim.d.ts.map