import { z } from 'zod';
export declare const CompoundConditionType = "compound";
export declare const compoundConditionSchema: z.ZodSchema;
export type CompoundConditionProps = z.infer<typeof compoundConditionSchema>;
