/** * transform a canvas to a blob * * Created November 10th, 2018 * @author: ywarezk * @version: 4.4.0 * @copyright: Nerdeez Ltd * */ export declare function canvasToBlob(canvas: HTMLCanvasElement): Promise;