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