/** * 지원 국가 */ export declare const SUPPORT_COUNTRIES: { country_code: string; country_name: string; }[];