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