import type { RollupReplaceOptions } from '@rollup/plugin-replace';
import type { BuildContext } from '../../types';
import type { Plugin } from 'rollup';
export declare const replacePlugin: (option?: RollupReplaceOptions | false, ctx?: BuildContext) => Plugin | Plugin[];