import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { type AnyAgentTool } from "./common.js"; export declare function createCanvasTool(options?: { config?: OpenClawConfig; }): AnyAgentTool;