The definition of the order of an element in a group is:
The order of an element $x$ of a group $G$ is the smallest positive integer $n$ such that $x^{n}=e$.
Doesn't this definition assume that the integers are somehow relevant to every group?
All of the other definitions concerning Groups do not invoke the integers in any way.
I would expect that Groups would contain elements that would somehow represent exponentiation.
This question may reflect some deep misunderstandings on my part so please feel free to offer guidance not directly relevant to the question.
Every group has an associative "multiplication" (binary operation), so there is no ambiguity in referring to the integer power of an element.
In particular, $x^n$ is just short hand for $$ x^n = \overbrace{x x \cdots x}^n $$ where we note that this expression is this same, no matter how the $x$s are "grouped together" within that product. This only defines exponentiation for positive integers; however, because groups have an identity and group elements have inverses, we may also define $x^0$ to be the identity element and $$ x^{-n} = (x^{-1})^{n} $$ for any $n \geq 1$.