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