import * as z from "zod"; export type GroupingKeyV2 = { /** * Unique identifier of the alert attribute the user wishes to group on */ id: string; }; /** @internal */ export declare const GroupingKeyV2$inboundSchema: z.ZodType; /** @internal */ export type GroupingKeyV2$Outbound = { id: string; }; /** @internal */ export declare const GroupingKeyV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GroupingKeyV2$ { /** @deprecated use `GroupingKeyV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GroupingKeyV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GroupingKeyV2$Outbound` instead. */ type Outbound = GroupingKeyV2$Outbound; } //# sourceMappingURL=groupingkeyv2.d.ts.map