/**
 * Return a random, unused port.
 */
export declare function getRandomPort(): Promise<number>;
//# sourceMappingURL=random-port.d.ts.map