export declare function isFunction(thing: any): boolean; export declare function isObject(thing: any): boolean; export declare function isPlainObject(thing: any): boolean;