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