declare enum NexusCode { OK = 200, NotFound = 404, MethodNotAllowed = 405, InvalidInput = 400, Unauthorized = 401, Forbidden = 403, LimitExceeded = 429, InternalError = 500 } export declare enum NexusHttpStatusCode { OK = 200, BadRequest = 400, Unauthorized = 401, NotFound = 404, MethodNotAllowed = 405, InternalError = 500, NoContent = 204 } export { NexusCode }; //# sourceMappingURL=code.d.ts.map