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