export * from "./protocol.js"; import type { OjoCanvasMount, OjoCanvasMountOptions } from "./protocol.js"; export declare function mountOjoCanvas(options: OjoCanvasMountOptions): Promise;