/** * @module runtime/gtype * @description GType system for runtime type validation */ export * from './schema.js'; export * from './errors.js'; export * from './validator.js'; //# sourceMappingURL=index.d.ts.map