/** * Removes the first occurrence of an item from an array (by reference equality). * Returns true if the item was found and removed, false otherwise. */ export declare function removeFromArray(array: T[], item: T): boolean; //# sourceMappingURL=utils.d.ts.map