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