declare class Exception extends Error {
}
export declare const InvalidCountryNameException: Exception;
export declare const InvalidAlpha2CodeNameException: Exception;
export declare const InvalidAlpha3CodeNameException: Exception;
export declare const InvalidNumericCodeNameException: Exception;
export {};
