import { CountryCode } from './types'; export declare const isSupportedCountryCode: (code: string) => code is CountryCode;