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