export declare const enum ValueAdoption {
    Husband = "HUSB",
    Wife = "WIFE",
    Both = "BOTH"
}
