export declare function removeOne<T>(array: T[], item: T): boolean;
//# sourceMappingURL=removeOne.d.ts.map