export declare class ValidationService { constructor(); isObject(obj: any): boolean; isNumber(value: string): boolean; isArray(obj: any): boolean; }