import { type ToolContext } from './tools'; export declare function attachPointerController(ctx: ToolContext): () => void;