import { z } from 'zod/v4'; export declare const InboundConfigurationObject: z.ZodObject<{ address: z.ZodString; port: z.ZodOptional; network: z.ZodOptional>; followRedirect: z.ZodOptional; userLevel: z.ZodOptional; }, z.core.$strip>; export type InboundConfigurationObject = z.infer;