export declare const INVALID_ARG = "invalid input argument";
export declare const REDUCE_ERR = "fail to reduce to currentState";
export declare const REDIS_ERR = "unknown redis error";
export declare const QUERY_ERR = "fail to exec query";
export declare const NO_RECORDS = "norecord exists";
export declare const REPO_NOT_FOUND = "entity repo not found";
export declare const FATAL = "[FATAL_DATA_INTEGRITY_ERROR]";
