import type { IApi } from 'dumi';
declare const SSRPlugin: (api: IApi) => void;
export default SSRPlugin;
