/** * parse the given data and return a corresponding atlas * @param {Object} data - atlas data information. See {@link loader.getJSON} * @param {TextureAtlas} textureAtlas - the texture atlas class calling the parser * @returns {Object} the corresponding Atlas * @ignore */ export function parseTexturePacker(data: Object, textureAtlas: TextureAtlas): Object; //# sourceMappingURL=texturepacker.d.ts.map