import { z } from 'zod'; /** * The shape of the model inside the application code - what the users use */ export declare const effects: z.ZodObject<{ effect: z.ZodOptional>; }, "strip", z.ZodTypeAny, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }>; /** * Basic feature containing effect properties. * @typedef {Effects} effects - Basic feature containing effect properties. - Basic feature containing effect properties. * @property {SupportedEffects} */ export type Effects = z.infer; /** * The shape of the model mapping from the api schema into the application shape. * Is equal to application shape if all property names match the api schema */ export declare const effectsResponse: z.ZodEffects>; }, "strip", z.ZodTypeAny, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }>, { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | undefined; }>; /** * The shape of the model mapping from the application shape into the api schema. * Is equal to application shape if all property names match the api schema */ export declare const effectsRequest: z.ZodEffects>>; }, "strip", z.ZodTypeAny, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }>, { effect: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }, { effect?: "prism" | "opal" | "glisten" | "sparkle" | "fire" | "candle" | "no_effect" | null | undefined; }>; //# sourceMappingURL=effects.d.ts.map