export declare function isString(arg: any): boolean; export declare function isFunction(arg: any): boolean; export declare function isPromise(arg: any): boolean; export declare function isClass(arg: any): boolean; export declare function isObject(arg: any): boolean; export declare function isObjectObject(o: any): boolean; export declare function isPlainObject(o: any): boolean;