/// <reference path="../types/dumi-compat.d.ts" />
import type { IApi } from 'dumi';
declare const SSRPlugin: (api: IApi) => void;
export default SSRPlugin;
