import type { COMPRESSED_TEXTURE_FORMATS } from '../types';
/**
 * @param glInternalFormat
 * @internal
 */
export declare function glFormatToGPUFormat(glInternalFormat: number): COMPRESSED_TEXTURE_FORMATS;
