import { Tree } from 'nx/src/generators/tree';
export declare function findFreePort(host: Tree): number;
