/** * Determines whether webgl is supported * @public */ export declare const supportsWebGL: boolean; /** * Determines whether webgl 2.0 is supported * @public */ export declare const supportsWebGL2: boolean; export declare function isWebGL2(it: any): it is WebGL2RenderingContext; export declare function isWebGL1(it: any): it is WebGLRenderingContext; //# sourceMappingURL=utils.d.ts.map