/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file at * https://github.com/facebookincubator/create-react-app/blob/master/LICENSE */ interface IPrepareUrls { lanUrlForConfig: any; lanUrlForTerminal: string; lanUrlForBrowser: string; localUrlForTerminal: string; localUrlForBrowser: string; } declare const _default: (protocol: string, host: string, port: number, pathname?: string) => IPrepareUrls; export = _default;