export declare function isArray(val?: any): boolean; export declare function isDate(val?: any): boolean; export declare function isObject(val?: any): boolean; export declare function forEach2ObjArr(target?: any, callback?: any): void; export declare function reqStringify(val: any): string;