import type { Plugin } from 'rollup'; import type { RollupJsonOptions } from '@rollup/plugin-json'; import type { BuildContext } from '../../types'; export declare function jsonPlugin(option?: RollupJsonOptions | boolean, ctx?: BuildContext): Plugin | Plugin[];