import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsPortProps { } /** * Check if the string is a valid port number. */ export declare const isPort: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;