import { UnaryCondition } from './UnaryCondition'; export declare function $every(value: (v: any) => true): UnaryCondition;