/** * Remove item from an array */ export declare const removeOne: (list: T[], removed: T) => T[]; //# sourceMappingURL=remove-one.d.ts.map