/** True when `value` is an integer in the valid TCP port range (1-65535). */ export declare function isValidPort(value: number): boolean; //# sourceMappingURL=port.d.ts.map