import type { App } from '@vuepress/core';
import type * as Config from 'webpack-chain';
/**
 * Set webpack DefinePlugin
 */
export declare const handlePluginDefine: ({ app, config, isServer, }: {
    app: App;
    config: Config;
    isServer: boolean;
}) => Promise<void>;
