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