import { Language } from 'node-insim/packets';

declare function convertLanguage(language: Language): string;

export { convertLanguage };
