import { Country } from "./types";
export declare const preferred: Country[];
export declare const countries: Country[];
