Google Maps - import Statement

Before the map is created from FNC, is there a way to define an import that could be used to reference the Open Geospatial Consortium library?

import { WmsMapType } from '@googlemaps/ogc';

map = new google.maps.Map(document.getElementById("map"), mapOptions);

Unfortunately adding import statements is currently not supported.
We'll have to investigate if this functionality can be supported in a future version.