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