/** * Helper for checking for WebGL support. * @memberof PIXI.utils * @function isWebGLSupported * @returns {boolean} Is WebGL supported. */ export declare function isWebGLSupported(): boolean;