declare function swap(arr: any[], a: number, b: number): any[];

export = swap;
