export declare function arrayIncludes(array: T[], searchedValue: T): boolean;