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