export declare enum BibleReferenceLocation {
    CCL = "CCL",
    PGE = "PGE",
    SID = "SID",
    VER = "VER",
    UNK = "UNK",
    ZZZ = "ZZZ"
}
