/** * Checks whether the Canvas BlendModes are supported by the current browser * @private * @returns {boolean} whether they are supported */ export declare function canUseNewCanvasBlendModes(): boolean;