import { z } from 'zod'; export declare const RemoteScreenSchema: z.ZodObject<{ name: z.ZodString; title: z.ZodString; htmlCode: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name: string; title: string; htmlCode?: { downloadUrl: string; } | undefined; }, { name: string; title: string; htmlCode?: { downloadUrl: string; } | undefined; }>; export declare const SiteRouteSchema: z.ZodObject<{ screenId: z.ZodString; route: z.ZodString; status: z.ZodEnum<["included", "ignored"]>; warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }, { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }>; export declare const SiteConfigSchema: z.ZodEffects; warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }, { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { projectId: string; routes: { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }[]; }, { projectId: string; routes: { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }[]; }>, { projectId: string; routes: { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }[]; }, { projectId: string; routes: { status: "ignored" | "included"; screenId: string; route: string; warning?: string | undefined; }[]; }>;