How do you set the type(:Number, :Boolean, etc) of an Array?

i know, it’s a simple question, but i’ve been looking around for a good ten minutes and all i can found about arrays is how to make them, via “var arraynamehere:Array=new Array()”, and none of them are typed. can you even specify a type for an array? TIA ^^