import { Hooks } from "./hooks"; import { Plugin, PluginConfigManager } from "./plugin"; import type { Manifest } from "./schema"; export type { Manifest }; export { Plugin, PluginConfigManager, Hooks };