/**
 * @public
 */
const schema = require('../plugin.schema.json')
export { schema }
export { SIOPv2RP } from './agent/SIOPv2RP'
export * from './types/ISIOPv2RP'
