import * as z from "zod/v3"; export type DownloadfindingsexportRequest = { /** * The ID of the export to download. */ id: string; }; /** @internal */ export type DownloadfindingsexportRequest$Outbound = { id: string; }; /** @internal */ export declare const DownloadfindingsexportRequest$outboundSchema: z.ZodType; export declare function downloadfindingsexportRequestToJSON(downloadfindingsexportRequest: DownloadfindingsexportRequest): string; //# sourceMappingURL=downloadfindingsexport.d.ts.map