export declare const bibleTexts: { bibleTextId: string; name: string; languageId: string; textSource: { source: "custom" | "dbl" | "bibleBrain" | "usfm" | "usfx" | "yvp" | "usx"; includeSectionTitles?: boolean | undefined; sourceId?: string | undefined; }; alternativeFull?: string | undefined; audioId?: string | undefined; copyright?: string | undefined; copyrightImage?: string | undefined; nameEnglish?: string | undefined; bookNameFallback?: string | undefined; version?: number | undefined; }[];