Emission texture color space

How does ARKit treat emission textures? It looks like it is in linear color space, but e.g. gltf treats it as sRGB image, same as diffuse texture. Because of this, objects that use emissive textures look washed out. Do I need to convert it to linear space in my USDZ exporter? I haven't found any info on this so far.