import { ValueType } from '../../value-type'; import { NotInDescription } from './not-in-description'; import { SelectSql } from '../../../dml'; export declare function isNotIn(field: T, values: T[] | SelectSql): NotInDescription;