import type { App } from '@vuepress/core';
import type * as Config from 'webpack-chain';
import type { WebpackBundlerOptions } from '../types';
/**
 * Filename of the client manifest file that generated by client plugin
 */
export declare const clientManifestFilename = ".server/client-manifest.json";
export declare const createClientConfig: (app: App, options: WebpackBundlerOptions) => Promise<Config>;
