export declare const isPortAvailable: (port: number) => Promise; export declare const getAvailablePort: (startPort: number) => Promise;