import { Result } from '../types'; /** * Check if `target` is a valid port number * ### Example * ``` * expect(isObject({}).value).toBeTruthy() * ``` * @param target The port number * */ export declare function isObject(target: any): Result;