import { z } from 'zod'; export declare const PlotLayerSchema: z.ZodObject<{ zIndex: z.ZodOptional; }, z.core.$strict>; //# sourceMappingURL=schema.d.ts.map