import { ToolDefinition } from '../../shared/types/tool-definition'; /** * List of users tools */ export declare const usersTools: ToolDefinition[];