declare const choosePort: (host: string, defaultPort: number) => Promise; export { choosePort as default };