import { z } from 'zod';
export declare const RegistryPresetsSchema: z.ZodArray<z.ZodString>;
