import type { RollupJsonOptions } from "@rollup/plugin-json"; import type { Plugin } from "rollup"; declare const JSONPlugin: (options: RollupJsonOptions) => Plugin; export = JSONPlugin;