/// <reference types="emscripten" />
declare const translations: {
    "core.view.loading": string;
    "core.singleImageUploader.title": string;
    "core.singleImageUploader.button": string;
    "core.camera.recovery": string;
    "barcode.find.view.textForCollapseCardsButton": string;
};
type Translations = typeof translations;

export { type Translations, translations };
