import type { LanguageInfo } from '../types.js'; export declare function checkLanguage(installDir: string): Promise; /** Map a LanguageInfo name to the SdkInfo.language string */ export declare function languageToSdkLanguage(languageName: string): string; /** Get the SDK install command for a language */ export declare function getInstallHint(language: string): string;