export declare class AiTranslation { /** * Change the active language code for ai translation. * @example * ```javascript * // Use the following method when a message needs to be submitted: * eflyn.translation.changeSelectedLanguageCode(code); * ``` * @param code A string of language code. */ changeSelectedLanguageCode(code: string): void; }