import { z } from 'zod'; export declare const pingMetaSchema: z.ZodObject<{ id: z.ZodUUID; statusEmoji: z.ZodString; }, z.core.$strip>; export type PingMeta = z.infer;