import { MongoRoutineIn, MongoRoutineRegex } from "./MongoQueryRoutines"; export declare type MongoQueryConditionValue = boolean | number | string | Date | any[] | MongoRoutineIn | MongoRoutineRegex;