Answer to a similar question suggests that I cannot import Shell stuff in a standalone mode. However, as I understand it, St is a separate library written in C. Yet I still cannot import it in gjs...
I.e.
$ gjs -c "imports.gi.Gtk"
works (i.e. no output). But
$ gjs -c "imports.gi.St"
fails with
Error: Requiring St, version none: Typelib file for namespace 'St' (any version) not found
Is there any way to import St library from a standalone (not GNOME Shell extension) gjs?