import { z } from 'zod/v4'; export declare const InboundConfigurationObject: z.ZodObject<{ secretKey: z.ZodString; peers: z.ZodArray; }, z.core.$strip>>; kernelMode: z.ZodOptional; mtu: z.ZodOptional; }, z.core.$strip>; export type InboundConfigurationObject = z.infer;