export declare enum CanadaRegionCode {
    ab = "ab",
    bc = "bc",
    mb = "mb",
    qc = "qc"
}
