export function type(obj: any): string; export function isObjectOrArray(value: any): any; export function isNumeric(value: any): boolean;