import type { Attribute, Schema } from "@featurevisor/types"; import { z } from "zod"; import { ProjectConfig } from "../config"; export declare function getConditionsZodSchema(projectConfig: ProjectConfig, attributesByKey: Record, schemasByKey?: Record): z.ZodUnion, z.ZodLiteral<"*">]>;