declare const ArrayOf: (...items: T[]) => T[]; export = ArrayOf;