import { Configuration } from "webpack";
import { XmcpConfigOuputSchema } from "../config";
/** Creates the webpack configuration that xmcp will use to bundle the user's code */
export declare function getWebpackConfig(xmcpConfig: XmcpConfigOuputSchema): Configuration;
