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