/** * 获取 canvas context */ export declare const getCanvasContext: () => CanvasRenderingContext2D;