import { Comparable } from './comparable'; import { Condition } from './condition'; export declare function Is(value: T): Condition;