/** * Validates the plugin options against the schema and returns the validated value. * @param {PluginOptions} options * @returns {PluginOptions} */ export function validatePluginOptions(options: PluginOptions): PluginOptions; import type { PluginOptions } from '~/src/server/plugins/engine/types.js';