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