export declare function remove(array?: E[] | null, element?: E | null): E[] | null | undefined;