/** @tossdocs-ignore */ export declare function arrayIncludes(array: Type[] | readonly Type[], item: unknown, fromIndex?: number): item is Type;