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