THREE.OBJExporter is not accepting positions and angles

I am trying to export my meshes as OBJ, but I have seen all children are exported without keeping their original position and rotations etc.

const exporter = new THREE.OBJExporter();
const obj = exporter.parse(this.scene);

Original Model

Output