Not without sticking your fingers into the machinery.
Look inside the VM plugin code around config.py:143 for the set/get_library_config() routines. Then write some code that copies the settings from one library to another.
Conversely, you can try directly copying the info from the metadata.db sqlite in one library to another.
Code:
sqlite> select * from preferences where key='namespaced:ViewManagerPlugin:settings';
Keep in mind this is definitely 'unsupported'. You are on your own when it all goes horribly wrong. Backup early, backup often.