import type { App } from '@vuepress/core';
import type * as Config from 'webpack-chain';
/**
 * Set webpack mode
 */
export declare const handleMode: ({ app, config, }: {
    app: App;
    config: Config;
}) => void;
