import type { BundlerDev } from '@vuepress/core';
import type { WebpackBundlerOptions } from '../types';
/**
 * Create the dev method of webpack bundler
 */
export declare const createDev: (options: WebpackBundlerOptions) => BundlerDev;
