export declare enum CarBrand {
    Bmw = "BMW",
    Mini = "MINI"
}
