/**
 * Return a random, unused port.
 */
export declare function getRandomPort(): Promise<number>;
