export declare enum BibleTextOrganization {
    CHR = "CHR",
    CHA = "CHA",
    INT = "INT",
    PAR = "PAR",
    STN = "STN"
}
