import { Predicate } from '../predicates/predicate';
/**
Test all the values in the object against a provided predicate.

@hidden

@param predicate - Predicate to test every value in the given object against.
*/
declare const _default: (object: unknown, predicate: Predicate) => boolean | string;
export default _default;
