import { z } from 'zod'; export declare const SetCategory: z.ZodEnum<{ foundations: "foundations"; topics: "topics"; training: "training"; }>; export type SetCategory = z.infer; export declare const BibleTestament: z.ZodEnum<{ OT: "OT"; NT: "NT"; }>; export type BibleTestament = z.infer; export declare const Status: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; export type Status = z.infer; export declare const LanguageId: z.ZodString; export type LanguageId = z.infer; export declare const BridgeLanguages: z.ZodObject<{ intros: z.ZodOptional; trainingVideos: z.ZodOptional; ftbs: z.ZodOptional; titles: z.ZodOptional; questionText: z.ZodOptional; questionAudio: z.ZodOptional; onboardingPassages: z.ZodOptional; }, z.core.$strip>; export declare const BibleModifier: z.ZodObject<{ scope: z.ZodUnion<[z.ZodEnum<{ foundations: "foundations"; topics: "topics"; training: "training"; }>, z.ZodEnum<{ OT: "OT"; NT: "NT"; }>]>; action: z.ZodEnum<{ concat: "concat"; replace: "replace"; }>; bibleId: z.ZodString; }, z.core.$strip>; export type BibleModifier = z.infer; export declare const AssetVersions: z.ZodObject<{ dbs: z.ZodOptional; dmc: z.ZodOptional; cast: z.ZodOptional; }, z.core.$strip>; export declare const LanguageStatuses: z.ZodObject<{ dbs: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; trainingVideos: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; gdmc: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; web: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; }, z.core.$strip>; export declare const Languages: z.ZodArray; dmc: z.ZodOptional; cast: z.ZodOptional; }, z.core.$strip>>; iosVoiceOverLanguageId: z.ZodOptional>; firebaseAuthLanguageId: z.ZodOptional>; bible: z.ZodOptional; bibleFallbacks: z.ZodOptional>; bibleModifiers: z.ZodOptional, z.ZodEnum<{ OT: "OT"; NT: "NT"; }>]>; action: z.ZodEnum<{ concat: "concat"; replace: "replace"; }>; bibleId: z.ZodString; }, z.core.$strip>>>; countries: z.ZodOptional>; crowdinId: z.ZodOptional; curriculum: z.ZodObject<{ foundations: z.ZodString; questions: z.ZodString; topics: z.ZodUnion; onboarding: z.ZodString; }, z.core.$strict>; status: z.ZodObject<{ dbs: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; trainingVideos: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; gdmc: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; web: z.ZodEnum<{ notStarted: "notStarted"; inProgress: "inProgress"; testing: "testing"; launched: "launched"; }>; }, z.core.$strip>; endonym: z.ZodOptional; givingId: z.ZodOptional; hideDonateButton: z.ZodOptional; launchDate: z.ZodOptional; likelyAppInterfacePair: z.ZodOptional; expectMissing: z.ZodOptional, z.ZodLiteral<"name">]>>>; mmsLanguageId: z.ZodOptional; notes: z.ZodOptional; pm: z.ZodOptional; script: z.ZodEnum<{ arabic: "arabic"; bengali: "bengali"; burmese: "burmese"; chinese: "chinese"; cyrillic: "cyrillic"; devanagari: "devanagari"; geez: "geez"; georgian: "georgian"; greek: "greek"; gujarati: "gujarati"; gurmukhi: "gurmukhi"; hebrew: "hebrew"; japanese: "japanese"; kannada: "kannada"; khmer: "khmer"; korean: "korean"; latin: "latin"; malayalam: "malayalam"; tamil: "tamil"; telugu: "telugu"; thai: "thai"; uyghur: "uyghur"; }>; specialThanks: z.ZodOptional; text: z.ZodString; url: z.ZodOptional; }, z.core.$strip>>; storeIdAndroid: z.ZodOptional>; storeIdIos: z.ZodOptional>; supportsSolarSpeakers: z.ZodOptional; uuid: z.ZodString; bridgeLanguages: z.ZodOptional; trainingVideos: z.ZodOptional; ftbs: z.ZodOptional; titles: z.ZodOptional; questionText: z.ZodOptional; questionAudio: z.ZodOptional; onboardingPassages: z.ZodOptional; }, z.core.$strip>>; web: z.ZodOptional>; }, z.core.$strict>>; export type Languages = z.infer; export type Language = Languages[number];