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