/** * Check if every entry in the array satisfies the expectation. * @param expectation expectation */ export declare function every(expectation: any): import("tersify").Tersible<(e: any) => any>; //# sourceMappingURL=every.d.ts.map