export declare enum BrazilDepartementCode {
    federalDistrict = "federalDistrict",
    rioDeJaneiro = "rioDeJaneiro"
}
