export declare enum NullErrorCode { NOT_NULL = "NOT_NULL", } export declare function checkNull(mixed: any): undefined | NullErrorCode;