export default class Utils { /** * * @param obj */ static isEmptyOrNull(obj: any): boolean; } //# sourceMappingURL=utils.d.ts.map