/**
 * 获取 canvas context
 */
export declare function getCanvasContext(): CanvasRenderingContext2D;
