declare function reverse(arr: any[]): any[];

export = reverse;
