import { CmsEntryListWhere } from "@webiny/api-headless-cms/types";
export declare const getWhereValues: (value: unknown, condition: "AND" | "OR") => CmsEntryListWhere[];
