import { ExpoWebGLRenderingContext } from './GLView.types';
/**
 * Sets up `__expoSetLogging` method providing some logging options useful when debugging GL calls.
 */
export declare function configureLogging(gl: ExpoWebGLRenderingContext): void;
//# sourceMappingURL=GLUtils.d.ts.map