/** * Cache Stats View - Dry-run + stage output cache stats */ import React from 'react'; import type { CacheData } from '../../dashboard/hooks/use-metrics-data.js'; export declare function CacheStatsView({ data }: { data: CacheData; }): React.JSX.Element; //# sourceMappingURL=cache-stats-view.d.ts.map