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