declare interface Array<T> {
    remove(item: T | T[]): T[];
}
//# sourceMappingURL=array.ext.d.ts.map