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