export declare function removeAll<E>(array?: E[] | null, elements?: E[] | null): E[] | null | undefined;
