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