declare function toArray(args: IArguments | T[] | string | ArrayLike, start?: number | null): T[]; export = toArray;