export declare const isEmptyObj: (obj: object) => boolean; export declare const getStringFromStringOrObjectWithKey: (object: any, key: any) => string; export declare const isNullOrUndefined: (value: any) => boolean;