import { Translatable } from '../api/types'; export default function getTranslation(translatable: Translatable, fieldName: string, shownLanguageCode: string): any;