/** * Cache Metrics Command * Display prompt caching statistics */ export interface CacheMetricsOptions { serverUrl?: string; json?: boolean; } /** * Display cache metrics */ export declare function cacheMetrics(_sessionId: string, options?: CacheMetricsOptions): Promise; //# sourceMappingURL=metrics.d.ts.map