import * as z from "zod/v4-mini"; export type DownloadTaskExportRequest = { /** * Task ID */ id: string; }; /** @internal */ export type DownloadTaskExportRequest$Outbound = { id: string; }; /** @internal */ export declare const DownloadTaskExportRequest$outboundSchema: z.ZodMiniType; export declare function downloadTaskExportRequestToJSON(downloadTaskExportRequest: DownloadTaskExportRequest): string; //# sourceMappingURL=download-task-export-op.d.ts.map