import type { Country } from './countries'; export default function hasFlag(country: Country | string): boolean;