import type { AgentTool, ToolContext } from './types'; export declare function createLongPressTool(context: ToolContext): AgentTool; //# sourceMappingURL=longPressTool.d.ts.map