import { z } from 'zod'; declare const PLUGIN_UPDATE_STATE_SCHEMA: z.ZodObject<{ latestVersion: z.ZodNullable; latestVersionFetchedAt: z.ZodNullable; remindedForVersion: z.ZodNullable; }, "strip", z.ZodTypeAny, { latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; }, { latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; }>; export declare const UPDATE_CHECK_STATE_SCHEMA: z.ZodUnion<[z.ZodObject<{ installedVersionAtCheck: z.ZodNullable; lastCheckAt: z.ZodString; lastSuccessAt: z.ZodNullable; latestVersion: z.ZodNullable; latestVersionFetchedAt: z.ZodNullable; plugins: z.ZodDefault; latestVersionFetchedAt: z.ZodNullable; remindedForVersion: z.ZodNullable; }, "strip", z.ZodTypeAny, { latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; }, { latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; }>>>; remindedForVersion: z.ZodNullable; schemaVersion: z.ZodLiteral<2>; }, "strip", z.ZodTypeAny, { plugins: Record; schemaVersion: 2; latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; installedVersionAtCheck: string | null; lastCheckAt: string; lastSuccessAt: string | null; }, { schemaVersion: 2; latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; installedVersionAtCheck: string | null; lastCheckAt: string; lastSuccessAt: string | null; plugins?: Record | undefined; }>, z.ZodEffects; lastCheckAt: z.ZodString; lastSuccessAt: z.ZodNullable; latestVersion: z.ZodNullable; latestVersionFetchedAt: z.ZodNullable; remindedForVersion: z.ZodNullable; schemaVersion: z.ZodLiteral<1>; }, "strip", z.ZodTypeAny, { schemaVersion: 1; latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; installedVersionAtCheck: string | null; lastCheckAt: string; lastSuccessAt: string | null; }, { schemaVersion: 1; latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; installedVersionAtCheck: string | null; lastCheckAt: string; lastSuccessAt: string | null; }>, { plugins: Record>; schemaVersion: 2; latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; installedVersionAtCheck: string | null; lastCheckAt: string; lastSuccessAt: string | null; }, { schemaVersion: 1; latestVersion: string | null; latestVersionFetchedAt: string | null; remindedForVersion: string | null; installedVersionAtCheck: string | null; lastCheckAt: string; lastSuccessAt: string | null; }>]>; export {}; //# sourceMappingURL=state.schema.d.ts.map