import type { PluginModule } from "../types/plugin"; export function definePlugin(plugin: PluginModule): PluginModule { return plugin; }