/**
 * If array contains values.
 */
declare function contains(arr: any, val: any): boolean;
export default contains;
