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