export declare function isArray(obj: any): obj is Array; export declare function isFunction(obj: any): obj is Function;