/** * Parse a DDS compressed texture file. * @param {ArrayBuffer} data - the DDS file data * @returns {CompressedImage} a compressed texture object with mipmaps, width, height, format * @ignore */ export function parseDDS(data: ArrayBuffer): CompressedImage; //# sourceMappingURL=parseDDS.d.ts.map