import { z } from 'zod/v4'; export declare const RoutingObject: z.ZodObject<{ domainStrategy: z.ZodOptional>; domainMatcher: z.ZodOptional>; rules: z.ZodOptional>; type: z.ZodLiteral<"field">; domain: z.ZodOptional>; ip: z.ZodOptional>; port: z.ZodOptional>; sourcePort: z.ZodOptional>; network: z.ZodOptional>; source: z.ZodOptional>; user: z.ZodOptional>; inboundTag: z.ZodOptional>; protocol: z.ZodOptional>>; attrs: z.ZodOptional>; outboundTag: z.ZodOptional; balancerTag: z.ZodOptional; }, z.core.$strip>>>; balancers: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>; export type RoutingObject = z.infer;