/** * @summary Type definitions that are used in the system */ export { default as Metadata } from './Metadata'; export * from './primitive';