import { BibleVerse } from '../types/Bible';
export declare const KEY_BIBLE_VERSES: {
    [reference: string]: string;
};
export declare const BIBLE_THEMES: {
    [bookName: string]: string[];
};
export declare const SEASONAL_VERSES: {
    [season: string]: string[];
};
export declare function createBibleVerse(reference: string, text: string): BibleVerse;
//# sourceMappingURL=BibleVerses.d.ts.map