import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * Severity levels for DLP findings and analyses. */ export declare const DlpSeverity: { readonly Unspecified: "UNSPECIFIED"; readonly Low: "LOW"; readonly Medium: "MEDIUM"; readonly High: "HIGH"; }; /** * Severity levels for DLP findings and analyses. */ export type DlpSeverity = OpenEnum; /** @internal */ export declare const DlpSeverity$inboundSchema: z.ZodType; /** @internal */ export declare const DlpSeverity$outboundSchema: z.ZodType; //# sourceMappingURL=dlpseverity.d.ts.map