import * as z from "zod/v3"; export type DownloadreportcsvRequest = { /** * The id of the report to download violations for. */ id: string; }; /** @internal */ export type DownloadreportcsvRequest$Outbound = { id: string; }; /** @internal */ export declare const DownloadreportcsvRequest$outboundSchema: z.ZodType; export declare function downloadreportcsvRequestToJSON(downloadreportcsvRequest: DownloadreportcsvRequest): string; //# sourceMappingURL=downloadreportcsv.d.ts.map