import { z } from 'zod'; /** * Schema for the stats tool (no inputs) */ export declare const statsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; /** * Retrieve all metrics counters */ export declare function stats(): Promise>;