import type { TEXTURE_FORMATS } from '../../../shared/texture/const';
export declare function getSupportedGPUCompressedTextureFormats(): Promise<TEXTURE_FORMATS[]>;
