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