import { Predicate } from '../predicates/predicate'; declare const _default: (input: any, predicate: Predicate) => string | boolean; /** * Test all the values in the object against a provided predicate. * * @hidden * @param input Input object * @param predicate Predicate to test every value in the input object against. */ export default _default;