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