import { IEnumerableOrArray } from '../_types'; export default function asArray(enumerableOrArray: IEnumerableOrArray): T[];