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