import type { Plugin } from 'rollup'; import type { BuildContext } from '../../types'; export declare function cjsPlugin(option?: boolean, ctx?: BuildContext): Plugin | Plugin[];