export declare class Canvasoptimizer { canvas: HTMLCanvasElement | undefined; context: CanvasRenderingContext2D | undefined; }