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