import type { CreateBundlerFunction } from '@vuepress/core';
import type { WebpackBundlerOptions } from './types';
export declare const createBundler: CreateBundlerFunction<WebpackBundlerOptions>;
