declare const drawCanvas: (selector: HTMLCanvasElement, imageData: ImageData) => void; export default drawCanvas;