export declare const onboardingNextStepSchema: import("arktype/internal/variants/object.ts").ObjectType<{
    platform?: "android" | "ios" | undefined;
    serviceAccountJsonPath?: string | undefined;
    runBuild?: boolean | undefined;
    keyId?: string | undefined;
    issuerId?: string | undefined;
    p8Path?: string | undefined;
    serviceAccountMethod?: "generate" | "existing" | undefined;
    playDeveloperId?: string | undefined;
    gcpProjectId?: string | undefined;
    gcpProjectName?: string | undefined;
    androidPackage?: string | undefined;
    androidVerifyAction?: "open" | "proceed" | "cancel" | "recheck" | undefined;
    saMethodChoice?: "retry" | "oauth" | "save-anyway" | undefined;
    reopenSignIn?: boolean | undefined;
    openSignInBrowser?: boolean | undefined;
    confirmCode?: string | undefined;
    checkBuild?: boolean | undefined;
    resumeChoice?: "continue" | "restart" | undefined;
    credentialsExistChoice?: "backup" | "cancel" | undefined;
    keystoreMethod?: "generate" | "existing" | undefined;
    keystorePath?: string | undefined;
    keystoreStorePassword?: string | undefined;
    keystoreAlias?: string | undefined;
    keystoreKeyPassword?: string | undefined;
    keystoreNewAlias?: string | undefined;
    keystorePasswordMethod?: "manual" | "random" | undefined;
    keystoreCommonName?: string | undefined;
    verifyAction?: "pick" | "open" | "continue" | "cancel" | "create-new" | "back" | "recheck" | "autofix" | "reopen" | undefined;
    verifyAppId?: string | undefined;
    certToRevoke?: string | undefined;
    duplicateProfileAction?: "delete" | "exit" | undefined;
    errorAction?: "exit" | "retry" | "restart" | "email-support" | undefined;
    ciSecretAction?: "replace" | "yes" | "no" | "skip" | "retry" | "continue" | "confirm" | "github" | "gitlab" | "cancel" | undefined;
    githubActionsSetup?: "no" | "with-workflow" | "secrets-only" | undefined;
    exportEnvAction?: "replace" | "yes" | "no" | "skip" | undefined;
    envExportPath?: string | undefined;
    packageManager?: "yarn" | "npm" | "bun" | "pnpm" | undefined;
    buildScript?: string | undefined;
    buildScriptCustom?: string | undefined;
    workflowFileAction?: "write" | "view" | "cancel" | undefined;
    setupMethod?: "create-new" | "import-existing" | undefined;
    importDistribution?: "app_store" | "ad_hoc" | "__cancel__" | undefined;
    identityChoice?: string | undefined;
    profileChoice?: string | undefined;
    importRecoveryAction?: "create" | "back" | "provide-profile-path" | "browser" | undefined;
    portalAction?: "back" | "use-create" | "open-anyway" | "use-file" | undefined;
    profilePath?: string | undefined;
    exportConfirm?: "exit" | "back" | "go" | undefined;
}, {}>;
export type OnboardingNextStepInput = typeof onboardingNextStepSchema.infer;
export declare const onboardingStartInputSchema: import("arktype/internal/variants/object.ts").ObjectType<{
    platform?: "android" | "ios" | undefined;
}, {}>;
export declare const onboardingExplainInputSchema: import("arktype/internal/variants/object.ts").ObjectType<{
    state?: string | undefined;
}, {}>;
