export declare const swap: (arr: any[], a: number, b: number) => any[];
