import type { Plugin } from "rollup"; declare const metafilePlugin: () => Plugin; export = metafilePlugin;