export declare const enum ValueRole {
    Child = "CHIL",
    Husband = "HUSB",
    Wife = "WIFE",
    Mother = "MOTH",
    Father = "FATH",
    Spouse = "SPOU"
}
