export declare enum NullOrUndefinedErrorCode { NOT_NULL_OR_UNDEFINED = "NOT_NULL_OR_UNDEFINED", } export declare function checkNullOrUndefined(mixed: any): undefined | NullOrUndefinedErrorCode;