export declare const books_ordered: readonly string[];
export declare const book_names_english: Readonly<Record<string, string>>;
export declare const book_abbrev_english: Readonly<Record<string, string>>;
export declare const english_abbrev_include: readonly [string, string][];
export declare const english_abbrev_exclude: readonly string[];
