/**
 * Clear out the full area of the canvas
 */
export declare const clearBoard: (context: CanvasRenderingContext2D) => void;
