import { z } from 'zod/v4'; export declare const ServerObject: z.ZodObject<{ address: z.ZodString; port: z.ZodNumber; users: z.ZodArray; flow: z.ZodOptional; level: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export type ServerObject = z.infer;