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