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