declare class Util { static checkProperty(obj: any, properties: string[]): boolean; static isEmptyObject(obj: any): boolean; } export = Util;