import { type SupportedCode } from './constants.ts';
export declare function abbreviateLanguage(language: string): SupportedCode | undefined;
