import { z } from 'zod'; /** * Schemas for security hotspots */ export declare const hotspotStatusSchema: z.ZodOptional>>; export declare const hotspotResolutionSchema: z.ZodOptional>>;