Access to Type 1 plugin classes/interfaces from Type 2 plugins

I’ve written a Type 1 Jira plugin, which I’ve dropped into the WEB-INF/lib directory and it’s working as expected.
Is it possible for me to expose interfaces/classes I’ve written in this plugin to be used by Type 2 plugins (the newer plugin development method where they’re deployed in the OSGI container)?