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