/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Normalize a port into a number, string, or false. * @internal */ export declare function normalizePort(val: any): any; //# sourceMappingURL=port.d.ts.map