/** * Contains all the option declarations and types used in the plugin. * * @module */ export * as declarations from './declarations.js'; export * as maps from './maps.js';