import { z } from 'zod/v4'; export declare const PolicyObject: z.ZodObject<{ levels: z.ZodOptional; connIdle: z.ZodOptional; uplinkOnly: z.ZodOptional; downlinkOnly: z.ZodOptional; statsUserUplink: z.ZodOptional; statsUserDownlink: z.ZodOptional; bufferSize: z.ZodOptional; }, z.core.$strip>>>; system: z.ZodOptional; statsInboundDownlink: z.ZodOptional; statsOutboundUplink: z.ZodOptional; statsOutboundDownlink: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export type PolicyObject = z.infer;