import { Brand } from "ts-brand";
export declare type CountryCode = Brand<number, "CountryCode">;
export declare const CountryCode: import("ts-brand").Brander<CountryCode>;
//# sourceMappingURL=CountryCode.d.ts.map