import * as z from "zod/v3"; import * as components from "../components/index.js"; export type UpdatepolicyRequest = { /** * The id of the policy to fetch. */ id: string; updateDlpReportRequest: components.UpdateDlpReportRequest; }; /** @internal */ export type UpdatepolicyRequest$Outbound = { id: string; UpdateDlpReportRequest: components.UpdateDlpReportRequest$Outbound; }; /** @internal */ export declare const UpdatepolicyRequest$outboundSchema: z.ZodType; export declare function updatepolicyRequestToJSON(updatepolicyRequest: UpdatepolicyRequest): string; //# sourceMappingURL=updatepolicy.d.ts.map