import { Schema } from "../types";
export declare function wheresToRedisQuery(wheres: string[], schemaProperties: Schema["properties"]): string;
