import { LocalizedObject } from "survey-engine/data_types"; export declare const getLocalizedString: (translations: LocalizedObject[] | undefined, code: string) => string | undefined;