// Auto-generated stub — replace with real implementation import type { Tool } from '../../Tool.js' export const TungstenTool: Tool = (() => {}) as unknown as Tool; export const clearSessionsWithTungstenUsage: () => void = (() => {}); export const resetInitializationState: () => void = (() => {});