import { Tree } from '@nx/devkit';
export declare function updateHostWithRemote(host: Tree, hostName: string, remoteName: string): void;
