/** * Publishes Plugin manifest validation and the supported Core API version through the SDK. * * @module */ export { CORE_API_VERSION, validatePluginManifest } from '../plugin-kernel/plugin-manifest.js';