/** * Default locale in Elice */ export declare const ELICE_DEFAULT_LOCALE = "ko"; /** * Supported locales in Elice */ export declare const ELICE_SUPPORTED_LOCALES: readonly string[];