/// export declare class CanvasUtils { static createOffscreenCanvas(width: number, height: number): (HTMLCanvasElement | OffscreenCanvas); }