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