import { FindOperator } from "../FindOperator"; export declare function Or(...values: FindOperator[]): FindOperator;