import { Comparable } from './comparable'; import { Condition } from './condition'; export declare function In(values: T[]): Condition;