import type { App } from 'vuepress/core';
import type { NetlifyFunctionsPluginOptions } from '../shared/index.js';
export declare function extendsBundlerOptions(bundlerOption: any, app: App, options: NetlifyFunctionsPluginOptions, server: string): void;
