import * as z from "zod"; export type ConditionSubjectV2 = { /** * Human readable identifier for the subject */ label: string; /** * Reference into the scope for the value of the subject */ reference: string; }; /** @internal */ export declare const ConditionSubjectV2$inboundSchema: z.ZodType; /** @internal */ export type ConditionSubjectV2$Outbound = { label: string; reference: string; }; /** @internal */ export declare const ConditionSubjectV2$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 ConditionSubjectV2$ { /** @deprecated use `ConditionSubjectV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConditionSubjectV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConditionSubjectV2$Outbound` instead. */ type Outbound = ConditionSubjectV2$Outbound; } //# sourceMappingURL=conditionsubjectv2.d.ts.map