import { every } from '../every'; /** * An alias for {@link every} */ export declare const arrayOf: typeof every;