6 lines
220 B
TypeScript
6 lines
220 B
TypeScript
/**
|
|
* Metrics Hook - Learning dashboard and performance metrics
|
|
*/
|
|
import type { ToolDefinition } from '../../types/index.js';
|
|
export declare const hookMetricsTool: ToolDefinition;
|
|
//# sourceMappingURL=metrics.d.ts.map
|