export declare class Utils { static isNullOrUndefined(value: any): boolean; static isPrimitive(value: any): boolean; }