declare const includesString: (arr: unknown[], val: unknown) => boolean;
export { includesString };
//# sourceMappingURL=arrays.d.ts.map