declare function includes(collection: any, value: any, fromIndex?: any, guard?: any): boolean; export default includes;