import type { GlExtensions, GlRenderingContext } from '../types';
export declare function mapFormatToGlInternalFormat(gl: GlRenderingContext, extensions: GlExtensions): Record<string, number>;
