/** * SmartEmbed Suggestion Tool * Provides device identification and context-aware suggestions */ import { Tool } from './types.js'; export declare const suggestionTool: Tool; //# sourceMappingURL=suggest.d.ts.map