/** Find available TCP ports for QEMU instances. */ /** Find an available TCP port by binding to port 0 and reading the assigned port. */ export declare function findAvailablePort(): Promise; //# sourceMappingURL=ports.d.ts.map