import type { Canvas } from '../Canvas'; /** * destroy existed canvas with the same id */ export declare function cleanExistedCanvas(container: string | HTMLElement, canvas: Canvas): void; export declare const isBrowser: boolean;