/**
 * Created by gavorhes on 9/22/2016.
 */
import * as checkDefinedf from './checkDefined';
export declare namespace checkDefined {
    const undefinedOrNull: typeof checkDefinedf.undefinedOrNull;
    const definedAndNotNull: typeof checkDefinedf.definedAndNotNull;
}