import Config from '../../compiled/webpack-5-chain';
import { Env, IConfig } from '../types';
interface IOpts {
name?: string;
config: Config;
userConfig: IConfig;
cwd: string;
env: Env;
}
export default function addSSRPlugin(opts: IOpts): void;
export {};