/** * Parse a PKM compressed texture file. * @param {ArrayBuffer} data - the raw PKM file data * @returns {CompressedImage} a compressed texture object * @ignore */ export function parsePKM(data: ArrayBuffer): CompressedImage; //# sourceMappingURL=parsePKM.d.ts.map