export declare function isNumber(v: any): boolean;
export declare function isString(v: any): boolean;
export declare function isObject(v: any): boolean;
export declare function isPlainObject(v: any): boolean;