/**
 * Check and return true if an object not undefined or null
 */
export declare function isPresent(obj: any): boolean;
