export declare class Utils { static isDefined(obj: any): boolean; static isFunction(obj: any): boolean; }