export declare const removeItemOnce: (arr: any[], value: any) => any[]; export declare const removeItemAll: (arr: any[], value: any) => any[];