/**
 * Array every
 */
declare function every(arr: any, callback: any, thisObj?: any): boolean;
export default every;
