import { z } from 'zod'; export declare const restoreConnectionFormSchema: z.ZodObject<{ passphrase: z.ZodString; encryptedConnectionFile: z.ZodArray; }, "strip", z.ZodTypeAny, { passphrase: string; encryptedConnectionFile: any[]; }, { passphrase: string; encryptedConnectionFile: any[]; }>; export type RestoreConnectionFormSchema = z.infer;