import { z } from 'zod/v4'; export declare const BurstObservatoryObject: z.ZodObject<{ subjectSelector: z.ZodArray; pingConfig: z.ZodOptional>; }, z.core.$strip>; export type BurstObservatoryObject = z.infer;