export function isObject(obj: any): boolean; export function isNumber(num: any): boolean; export function isString(str: any): boolean;