import { Tree } from '@nx/devkit';
export declare function updateModuleFederationProject(host: Tree, options: {
    js?: boolean;
    projectName: string;
    appProjectRoot: string;
    devServerPort?: number;
    typescriptConfiguration?: boolean;
    dynamic?: boolean;
    bundler?: 'rspack' | 'webpack';
    ssr?: boolean;
}, isHost?: boolean): void;
