import { z } from 'zod/v4'; export declare const ApiObject: z.ZodObject<{ tag: z.ZodString; listen: z.ZodOptional; services: z.ZodArray>; }, z.core.$strip>; export type ApiObject = z.infer;