import { ICountry } from "../types";
export declare const countries: Record<string, ICountry>;
//# sourceMappingURL=countries.d.ts.map