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