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