import { type Predicate, type ConditionsPredicate } from '../types.js'; export declare const noop: () => void; export declare const isBrowser: boolean; export declare const isStrictEqual: Predicate; export declare const truthyAndArrayPredicate: ConditionsPredicate; export declare const truthyOrArrayPredicate: ConditionsPredicate;