import type { COMPRESSED_TEXTURE_FORMATS } from '../types';
export declare function vkFormatToGPUFormat(vkFormat: number): COMPRESSED_TEXTURE_FORMATS;
