/** * CountryLoaderException class for handling country loading exceptions */ export declare class CountryLoaderException extends Error { static invalidCountry(): CountryLoaderException; }