export declare const removeArrayElement: (entity: T[] | T, element: any) => void;