declare module "@extra-array/remove-update" {
/**
 * Removes value at index.
 * @param x an array (updated)
 * @param i index
 * @returns x
 */
declare function remove$<T>(x: T[], i: number): T[];
export = remove$;
//# sourceMappingURL=remove$.d.ts.map}
