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