import { z } from 'zod'; /** Submission config as used by the submission worker. */ export declare namespace SubmissionConfig { type Ios = z.infer; type Android = z.infer; namespace Ios { const SchemaZ: z.ZodIntersection; groups: z.ZodOptional>; changelog: z.ZodOptional; }, z.core.$strip>, z.ZodUnion; }, z.core.$strip>, z.ZodObject<{ ascApiJsonKey: z.ZodString; appleIdUsername: z.ZodOptional; appleAppSpecificPassword: z.ZodOptional; }, z.core.$strip>]>>; } namespace Android { enum ReleaseStatus { COMPLETED = "completed", DRAFT = "draft", HALTED = "halted", IN_PROGRESS = "inProgress" } const SchemaZ: z.ZodIntersection; googleServiceAccountKeyJson: z.ZodString; isVerboseFastlaneEnabled: z.ZodOptional; changelog: z.ZodOptional; }, z.core.$strip>, z.ZodUnion; rollout: z.ZodDefault; }, z.core.$strip>, z.ZodObject<{ releaseStatus: z.ZodOptional>; rollout: z.ZodOptional; }, z.core.$strip>]>>; } }