import { type ClaimedDataExport } from "./impl/claimedDataExport.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Builds the claimed export payload for user data, accessible chat history, administrator audit history, or server user/chat inventory. * Rechecking requester existence, chat visibility, and administrator-only kinds at generation time prevents a stale claim from exporting newly inaccessible data. */ export declare function dataExportBuildArtifact(executor: DrizzleExecutor, claim: ClaimedDataExport): Promise>; //# sourceMappingURL=dataExportBuildArtifact.d.ts.map