export declare function getNextFreePort(projectPath: string): Promise; export declare function occupyPath(projectPath: string): Promise<() => void>;