Setting Blender Import Options in GDScript

Godot Version

4.4.stable

Question

When you rely on blend files as the means of import, there are a list of options you can tick, like:

Is there any way to set those values from code? (I am writing an Import plugin and want to set Export Geometry Nodes Instances to true before the import begins.)