import { Tree } from '@nx/devkit';
export declare function getCustomWebpackConfig(tree: Tree, projectRoot: string, pathToCustomWebpackConfig: string): Promise<{
    isWebpackConfigFunction: boolean;
    normalizedPathToCustomWebpackConfig: string;
}>;
export declare function convertWebpackConfigToUseNxModuleFederationPlugin(webpackConfigContents: string): string;
//# sourceMappingURL=get-custom-webpack-config.d.ts.map