import { z } from 'zod'; export declare const supportedEffects: z.ZodEnum<["prism", "opal", "glisten", "sparkle", "fire", "candle", "no_effect"]>; export type SupportedEffects = z.infer; //# sourceMappingURL=supported-effects.d.ts.map