import { z } from "zod"; export declare const SupernovaConfigStorybook: z.ZodObject<{ designSystemId: z.ZodCatch>; sourceId: z.ZodCatch>; brandId: z.ZodCatch>; name: z.ZodCatch>; from: z.ZodCatch>; publicAccess: z.ZodCatch>; }, "strip", z.ZodTypeAny, { name?: string | undefined; designSystemId?: string | undefined; sourceId?: string | undefined; brandId?: string | undefined; from?: string | undefined; publicAccess?: boolean | undefined; }, { name?: unknown; designSystemId?: unknown; sourceId?: unknown; brandId?: unknown; from?: unknown; publicAccess?: unknown; }>; export declare const SupernovaConfigAnalyze: z.ZodObject<{ repoId: z.ZodCatch>; repoName: z.ZodCatch>; packages: z.ZodCatch>>; excludedPackages: z.ZodCatch>>; }, "strip", z.ZodTypeAny, { repoId?: string | undefined; repoName?: string | undefined; packages?: string[] | undefined; excludedPackages?: string[] | undefined; }, { repoId?: unknown; repoName?: unknown; packages?: unknown; excludedPackages?: unknown; }>; export declare const SupernovaConfig: z.ZodCatch>; analyze: z.ZodCatch>; repoName: z.ZodCatch>; packages: z.ZodCatch>>; excludedPackages: z.ZodCatch>>; }, "strip", z.ZodTypeAny, { repoId?: string | undefined; repoName?: string | undefined; packages?: string[] | undefined; excludedPackages?: string[] | undefined; }, { repoId?: unknown; repoName?: unknown; packages?: unknown; excludedPackages?: unknown; }>>>; storybook: z.ZodCatch>; sourceId: z.ZodCatch>; brandId: z.ZodCatch>; name: z.ZodCatch>; from: z.ZodCatch>; publicAccess: z.ZodCatch>; }, "strip", z.ZodTypeAny, { name?: string | undefined; designSystemId?: string | undefined; sourceId?: string | undefined; brandId?: string | undefined; from?: string | undefined; publicAccess?: boolean | undefined; }, { name?: unknown; designSystemId?: unknown; sourceId?: unknown; brandId?: unknown; from?: unknown; publicAccess?: unknown; }>>>; }, "strip", z.ZodTypeAny, { designSystemId?: string | undefined; analyze?: { repoId?: string | undefined; repoName?: string | undefined; packages?: string[] | undefined; excludedPackages?: string[] | undefined; } | undefined; storybook?: { name?: string | undefined; designSystemId?: string | undefined; sourceId?: string | undefined; brandId?: string | undefined; from?: string | undefined; publicAccess?: boolean | undefined; } | undefined; }, { designSystemId?: unknown; analyze?: unknown; storybook?: unknown; }>>; export type SupernovaConfigAnalyze = z.infer; export type SupernovaConfigStorybook = z.infer; export type SupernovaConfig = z.infer; //# sourceMappingURL=config.d.ts.map