import { BibleBook, BibleAbbreviationMap } from '../types/Bible';
export declare const BIBLE_BOOKS: BibleBook[];
export declare const BIBLE_ABBREVIATIONS: BibleAbbreviationMap;
export declare function getBibleBook(nameOrAbbr: string): BibleBook | undefined;
export declare function normalizeBibleReference(reference: string): string;
//# sourceMappingURL=BibleStructure.d.ts.map