import { FindOperator } from '../FindOperator'; export declare function In(value: T[]): FindOperator;