export declare function remove(arr: any[], removeElem: any, noRecreate?: boolean): any[];
