/**
 * @template T
 * @param {T[]} array
 * @param {number} index0
 * @param {number} index1
 */
export function array_swap_one<T>(array: T[], index0: number, index1: number): void;
//# sourceMappingURL=array_swap_one.d.ts.map