import * as z from "zod"; export type ExpressionNavigateOptsV2 = { /** * The reference within the scope to navigate to */ reference: string; /** * The name of the reference to navigate to */ referenceLabel: string; }; /** @internal */ export declare const ExpressionNavigateOptsV2$inboundSchema: z.ZodType; /** @internal */ export type ExpressionNavigateOptsV2$Outbound = { reference: string; reference_label: string; }; /** @internal */ export declare const ExpressionNavigateOptsV2$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 ExpressionNavigateOptsV2$ { /** @deprecated use `ExpressionNavigateOptsV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ExpressionNavigateOptsV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ExpressionNavigateOptsV2$Outbound` instead. */ type Outbound = ExpressionNavigateOptsV2$Outbound; } //# sourceMappingURL=expressionnavigateoptsv2.d.ts.map