import { RSTLanguage } from "./types.js";
export declare function getLanguage(languageCode: string): RSTLanguage | undefined;
