export declare enum Country {
    Canada = "CA",
    UnitedStates = "US"
}
