import type { Tree } from '@nx/devkit';
import type { NormalizedOptions } from '../schema';
export declare function generateWebpackConfig(tree: Tree, options: NormalizedOptions, appRoot: string, remotesWithPorts: {
    remoteName: string;
    port: number;
}[]): void;
//# sourceMappingURL=generate-config.d.ts.map