/** Ask the OS for an unused TCP port on 127.0.0.1. */ export declare function pickFreePort(): Promise;