export declare function includesAll(array?: E[] | readonly E[] | null, elements?: E[] | null): boolean;