/** * Re-exports PHP metadata rendering helpers from `@wp-typia/block-runtime`. * This adapter keeps the public project-tools runtime path stable while the * implementation is consolidated in block-runtime. * @module */ export * from '@wp-typia/block-runtime/metadata-php-render';