import { z } from 'zod'; export declare enum PropertyExecutionType { MANUAL = "MANUAL", DYNAMIC = "DYNAMIC" } export declare const PropertySettings: z.ZodObject<{ type: z.ZodEnum; schema: z.ZodOptional; }, z.core.$strip>; export type PropertySettings = z.infer; //# sourceMappingURL=property.d.ts.map