import { ValueType } from 'b-pl-tree'; import { UnaryCondition } from './UnaryCondition'; export declare function $in(value: Array): UnaryCondition;