import { z } from 'zod'; export declare const IosVoiceOverLanguages: z.ZodArray; export type IosVoiceOverLanguages = z.infer;