import type { ApplyFn, PredicateOperationFn } from './types';
export declare const predicateOpWrapper: (fn: PredicateOperationFn) => ApplyFn;
