import { z } from 'zod';
export declare const FeaturesSchema: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<z.ZodString[]>, z.ZodString]>>;
