import type { App } from '@vuepress/core';
import type * as Config from 'webpack-chain';
import type { WebpackBundlerOptions } from '../types';
export declare const createServerConfig: (app: App, options: WebpackBundlerOptions) => Promise<Config>;
