import type { Schema as SchemaInternal } from "./ecmascript/schema.js"; export type { Plugin } from "./plugin.js"; export { runNodeJs } from "./run-node.js"; export { createEcmaScriptPlugin } from "./create-es-plugin.js"; /** * @deprecated Please use Schema from @bufbuild/protoplugin/ecmascript instead */ export type Schema = SchemaInternal;