export declare const appTranslations: {
    fr: {
        home: {
            samVersionLabel: string;
        };
        prescription: {
            createTitle: string;
            modifyTitle: string;
            pdf: {
                title: string;
                instructions: string;
                options: {
                    title: string;
                    option1: string;
                    option2: string;
                };
                prescriber: string;
                patient: string;
                electronicContent: string;
                product: string;
                dosage: string;
                date: string;
                validUntil: string;
            };
            list: {
                sentTitle: string;
                pendingTitle: string;
                print: string;
                send: string;
                sendAndPrint: string;
            };
            form: {
                medicationTitle: string;
                dosage: string;
                duration: string;
                durationTimeUnit: string;
                treatmentStartDate: string;
                executableUntil: string;
                prescriptionsNumber: string;
                periodicityTimeUnit: string;
                periodicityDaysNumber: string;
                substitutionAllowed: string;
                substitutionYes: string;
                substitutionNo: string;
                toggleExtraFields: string;
                patientInstructions: string;
                reimbursementInstructions: string;
                prescriberVisibility: string;
                pharmacistVisibility: string;
                cancel: string;
                submit: string;
                fieldRequired: string;
                fieldInvalid: string;
                instructionLabelNone: string;
            };
        };
        medication: {
            drugType: {
                medication: string;
                molecule: string;
                homologation: string;
            };
            drugInfographic: {
                blackTriangle: string;
                rma: string;
                genericPrescriptionRequired: string;
            };
            drugSpecialRegulation: {
                noNarcoticRegulation: string;
                narcoticRegulation: string;
                noSpecialRegulation: string;
            };
            supply: {
                issueTitle: string;
                startDate: string;
                expectedEndDate: string;
                reason: string;
                impact: string;
                prescriberNote: string;
                downloadPdf: string;
                extraInfo: string;
            };
            commercialization: {
                end: string;
                limitedAvailabilityFrom: string;
                unavailableFrom: string;
                endReason: string;
                endImpact: string;
                endAdditionalInformation: string;
                start: string;
                startAvailableFrom: string;
            };
            reimbursement: {
                title: string;
                category: string;
                categoryLabel: string;
                copay: string;
                copayPreferential: string;
                copayActive: string;
                temporary: string;
                chapter: string;
                noneTitle: string;
                notApplicable: string;
                non: string;
            };
            delivery: {
                title: string;
                code: string;
                modus: string;
                specification: string;
                notApplicable: string;
            };
            prescription: {
                title: string;
                code: string;
                specification: string;
                free: string;
            };
            vmp: {
                label: string;
                groupLabel: string;
            };
            links: {
                cbip: string;
                leaflet: string;
                rma: string;
                spc: string;
                dhpc: string;
            };
            ui: {
                price: string;
            };
            search: {
                label: string;
                errorMessage: string;
            };
        };
        practitioner: {
            certificateUpload: {
                titleUpload: string;
                titlePassword: string;
                fileLabel: string;
                passwordLabel: string;
                submitButtonUpload: string;
                submitButtonPassword: string;
                resetButton: string;
                errorRequired: string;
                errorInvalid: string;
                passwordMissingTitle: string;
                passwordMissingDescription: string;
            };
            certificateFeedback: {
                successTitle: string;
                successDescription: string;
                failureTitle: string;
                failureDescription: string;
                verificationErrorTitle: string;
            };
            printModal: {
                title: string;
                close: string;
                print: string;
            };
        };
        prescriptionVisibilityHelper: {
            practitionerVisibility: {
                open: string;
                locked: string;
                gmd_prescriber: string;
            };
            pharmacistVisibility: {
                null: string;
                locked: string;
            };
        };
        reimbursementHelper: {
            practitionerSelectionOptions: {
                none: string;
                PAYINGTHIRDPARTY: string;
                FIRSTDOSE: string;
                SECONDDOSE: string;
                THIRDDOSE: string;
                CHRONICKINDEYDISEASE: string;
                DIABETESTREATMENT: string;
                DIABETESCONVENTION: string;
                NOTREIMBURSABLE: string;
                EXPLAINMEDICATION: string;
                DIABETESSTARTPATH: string;
            };
            categoryOptions: {
                A: string;
                B: string;
                C: string;
                Cs: string;
                Cx: string;
                Fa: string;
                Fb: string;
            };
        };
        prescriptionDurationHelper: {
            durationUnits: {
                day: string;
                week: string;
            };
            periodicityUnits: {
                none: string;
                week: string;
                twoWeeks: string;
                threeWeeks: string;
                numberOfDays: string;
            };
        };
        deliveryModusHelper: {
            specifications: {
                Sp: string;
                Sp1: string;
                'Sp/S': string;
                'Sp1/S': string;
                'IMP/Sp': string;
                'IMP/Sp1': string;
            };
        };
    };
    en: {
        home: {
            samVersionLabel: string;
        };
        prescription: {
            createTitle: string;
            modifyTitle: string;
            pdf: {
                title: string;
                instructions: string;
                options: {
                    title: string;
                    option1: string;
                    option2: string;
                };
                prescriber: string;
                patient: string;
                electronicContent: string;
                product: string;
                dosage: string;
                date: string;
                validUntil: string;
            };
            list: {
                sentTitle: string;
                pendingTitle: string;
                print: string;
                send: string;
                sendAndPrint: string;
            };
            form: {
                medicationTitle: string;
                dosage: string;
                duration: string;
                durationTimeUnit: string;
                treatmentStartDate: string;
                executableUntil: string;
                prescriptionsNumber: string;
                periodicityTimeUnit: string;
                periodicityDaysNumber: string;
                substitutionAllowed: string;
                substitutionYes: string;
                substitutionNo: string;
                toggleExtraFields: string;
                patientInstructions: string;
                reimbursementInstructions: string;
                prescriberVisibility: string;
                pharmacistVisibility: string;
                cancel: string;
                submit: string;
                fieldRequired: string;
                fieldInvalid: string;
                instructionLabelNone: string;
            };
        };
        medication: {
            drugType: {
                medication: string;
                molecule: string;
                homologation: string;
            };
            drugInfographic: {
                blackTriangle: string;
                rma: string;
                genericPrescriptionRequired: string;
            };
            drugSpecialRegulation: {
                noNarcoticRegulation: string;
                narcoticRegulation: string;
                noSpecialRegulation: string;
            };
            supply: {
                issueTitle: string;
                startDate: string;
                expectedEndDate: string;
                reason: string;
                impact: string;
                prescriberNote: string;
                downloadPdf: string;
                extraInfo: string;
            };
            commercialization: {
                end: string;
                limitedAvailabilityFrom: string;
                unavailableFrom: string;
                endReason: string;
                endImpact: string;
                endAdditionalInformation: string;
                start: string;
                startAvailableFrom: string;
            };
            reimbursement: {
                title: string;
                category: string;
                categoryLabel: string;
                copay: string;
                copayPreferential: string;
                copayActive: string;
                temporary: string;
                chapter: string;
                noneTitle: string;
                notApplicable: string;
                non: string;
            };
            delivery: {
                title: string;
                code: string;
                modus: string;
                specification: string;
                notApplicable: string;
            };
            prescription: {
                title: string;
                code: string;
                specification: string;
                free: string;
            };
            vmp: {
                label: string;
                groupLabel: string;
            };
            links: {
                cbip: string;
                leaflet: string;
                rma: string;
                spc: string;
                dhpc: string;
            };
            ui: {
                price: string;
            };
            search: {
                label: string;
                errorMessage: string;
            };
        };
        practitioner: {
            certificateUpload: {
                titleUpload: string;
                titlePassword: string;
                fileLabel: string;
                passwordLabel: string;
                submitButtonUpload: string;
                submitButtonPassword: string;
                resetButton: string;
                errorRequired: string;
                errorInvalid: string;
                passwordMissingTitle: string;
                passwordMissingDescription: string;
            };
            certificateFeedback: {
                successTitle: string;
                successDescription: string;
                failureTitle: string;
                failureDescription: string;
                verificationErrorTitle: string;
            };
            printModal: {
                title: string;
                close: string;
                print: string;
            };
        };
        prescriptionVisibilityHelper: {
            practitionerVisibility: {
                open: string;
                locked: string;
                gmd_prescriber: string;
            };
            pharmacistVisibility: {
                null: string;
                locked: string;
            };
        };
        reimbursementHelper: {
            practitionerSelectionOptions: {
                none: string;
                PAYINGTHIRDPARTY: string;
                FIRSTDOSE: string;
                SECONDDOSE: string;
                THIRDDOSE: string;
                CHRONICKINDEYDISEASE: string;
                DIABETESTREATMENT: string;
                DIABETESCONVENTION: string;
                NOTREIMBURSABLE: string;
                EXPLAINMEDICATION: string;
                DIABETESSTARTPATH: string;
            };
            categoryOptions: {
                A: string;
                B: string;
                C: string;
                Cs: string;
                Cx: string;
                Fa: string;
                Fb: string;
            };
        };
        prescriptionDurationHelper: {
            durationUnits: {
                day: string;
                week: string;
            };
            periodicityUnits: {
                none: string;
                week: string;
                twoWeeks: string;
                threeWeeks: string;
                numberOfDays: string;
            };
        };
        deliveryModusHelper: {
            specifications: {
                Sp: string;
                Sp1: string;
                'Sp/S': string;
                'Sp1/S': string;
                'IMP/Sp': string;
                'IMP/Sp1': string;
            };
        };
    };
    nl: {
        home: {
            samVersionLabel: string;
        };
        prescription: {
            createTitle: string;
            modifyTitle: string;
            pdf: {
                title: string;
                instructions: string;
                options: {
                    title: string;
                    option1: string;
                    option2: string;
                };
                prescriber: string;
                patient: string;
                electronicContent: string;
                product: string;
                dosage: string;
                date: string;
                validUntil: string;
            };
            list: {
                sentTitle: string;
                pendingTitle: string;
                print: string;
                send: string;
                sendAndPrint: string;
            };
            form: {
                medicationTitle: string;
                dosage: string;
                duration: string;
                durationTimeUnit: string;
                treatmentStartDate: string;
                executableUntil: string;
                prescriptionsNumber: string;
                periodicityTimeUnit: string;
                periodicityDaysNumber: string;
                substitutionAllowed: string;
                substitutionYes: string;
                substitutionNo: string;
                toggleExtraFields: string;
                patientInstructions: string;
                reimbursementInstructions: string;
                prescriberVisibility: string;
                pharmacistVisibility: string;
                cancel: string;
                submit: string;
                fieldRequired: string;
                fieldInvalid: string;
                instructionLabelNone: string;
            };
        };
        medication: {
            drugType: {
                medication: string;
                molecule: string;
                homologation: string;
            };
            drugInfographic: {
                blackTriangle: string;
                rma: string;
                genericPrescriptionRequired: string;
            };
            drugSpecialRegulation: {
                noNarcoticRegulation: string;
                narcoticRegulation: string;
                noSpecialRegulation: string;
            };
            supply: {
                issueTitle: string;
                startDate: string;
                expectedEndDate: string;
                reason: string;
                impact: string;
                prescriberNote: string;
                downloadPdf: string;
                extraInfo: string;
            };
            commercialization: {
                end: string;
                limitedAvailabilityFrom: string;
                unavailableFrom: string;
                endReason: string;
                endImpact: string;
                endAdditionalInformation: string;
                start: string;
                startAvailableFrom: string;
            };
            reimbursement: {
                title: string;
                category: string;
                categoryLabel: string;
                copay: string;
                copayPreferential: string;
                copayActive: string;
                temporary: string;
                chapter: string;
                noneTitle: string;
                notApplicable: string;
                non: string;
            };
            delivery: {
                title: string;
                code: string;
                modus: string;
                specification: string;
                notApplicable: string;
            };
            prescription: {
                title: string;
                code: string;
                specification: string;
                free: string;
            };
            vmp: {
                label: string;
                groupLabel: string;
            };
            links: {
                cbip: string;
                leaflet: string;
                rma: string;
                spc: string;
                dhpc: string;
            };
            ui: {
                price: string;
            };
            search: {
                label: string;
                errorMessage: string;
            };
        };
        practitioner: {
            certificateUpload: {
                titleUpload: string;
                titlePassword: string;
                fileLabel: string;
                passwordLabel: string;
                submitButtonUpload: string;
                submitButtonPassword: string;
                resetButton: string;
                errorRequired: string;
                errorInvalid: string;
                passwordMissingTitle: string;
                passwordMissingDescription: string;
            };
            certificateFeedback: {
                successTitle: string;
                successDescription: string;
                failureTitle: string;
                failureDescription: string;
                verificationErrorTitle: string;
            };
            printModal: {
                title: string;
                close: string;
                print: string;
            };
        };
        prescriptionVisibilityHelper: {
            practitionerVisibility: {
                open: string;
                locked: string;
                gmd_prescriber: string;
            };
            pharmacistVisibility: {
                null: string;
                locked: string;
            };
        };
        reimbursementHelper: {
            practitionerSelectionOptions: {
                none: string;
                PAYINGTHIRDPARTY: string;
                FIRSTDOSE: string;
                SECONDDOSE: string;
                THIRDDOSE: string;
                CHRONICKINDEYDISEASE: string;
                DIABETESTREATMENT: string;
                DIABETESCONVENTION: string;
                NOTREIMBURSABLE: string;
                EXPLAINMEDICATION: string;
                DIABETESSTARTPATH: string;
            };
            categoryOptions: {
                A: string;
                B: string;
                C: string;
                Cs: string;
                Cx: string;
                Fa: string;
                Fb: string;
            };
        };
        prescriptionDurationHelper: {
            durationUnits: {
                day: string;
                week: string;
            };
            periodicityUnits: {
                none: string;
                week: string;
                twoWeeks: string;
                threeWeeks: string;
                numberOfDays: string;
            };
        };
        deliveryModusHelper: {
            specifications: {
                Sp: string;
                Sp1: string;
                'Sp/S': string;
                'Sp1/S': string;
                'IMP/Sp': string;
                'IMP/Sp1': string;
            };
        };
    };
    de: {
        home: {
            samVersionLabel: string;
        };
        prescription: {
            createTitle: string;
            modifyTitle: string;
            pdf: {
                title: string;
                instructions: string;
                options: {
                    title: string;
                    option1: string;
                    option2: string;
                };
                prescriber: string;
                patient: string;
                electronicContent: string;
                product: string;
                dosage: string;
                date: string;
                validUntil: string;
            };
            list: {
                sentTitle: string;
                pendingTitle: string;
                print: string;
                send: string;
                sendAndPrint: string;
            };
            form: {
                medicationTitle: string;
                dosage: string;
                duration: string;
                durationTimeUnit: string;
                treatmentStartDate: string;
                executableUntil: string;
                prescriptionsNumber: string;
                periodicityTimeUnit: string;
                periodicityDaysNumber: string;
                substitutionAllowed: string;
                substitutionYes: string;
                substitutionNo: string;
                toggleExtraFields: string;
                patientInstructions: string;
                reimbursementInstructions: string;
                prescriberVisibility: string;
                pharmacistVisibility: string;
                cancel: string;
                submit: string;
                fieldRequired: string;
                fieldInvalid: string;
                instructionLabelNone: string;
            };
        };
        medication: {
            drugType: {
                medication: string;
                molecule: string;
                homologation: string;
            };
            drugInfographic: {
                blackTriangle: string;
                rma: string;
                genericPrescriptionRequired: string;
            };
            drugSpecialRegulation: {
                noNarcoticRegulation: string;
                narcoticRegulation: string;
                noSpecialRegulation: string;
            };
            supply: {
                issueTitle: string;
                startDate: string;
                expectedEndDate: string;
                reason: string;
                impact: string;
                prescriberNote: string;
                downloadPdf: string;
                extraInfo: string;
            };
            commercialization: {
                end: string;
                limitedAvailabilityFrom: string;
                unavailableFrom: string;
                endReason: string;
                endImpact: string;
                endAdditionalInformation: string;
                start: string;
                startAvailableFrom: string;
            };
            reimbursement: {
                title: string;
                category: string;
                categoryLabel: string;
                copay: string;
                copayPreferential: string;
                copayActive: string;
                temporary: string;
                chapter: string;
                noneTitle: string;
                notApplicable: string;
                non: string;
            };
            delivery: {
                title: string;
                code: string;
                modus: string;
                specification: string;
                notApplicable: string;
            };
            prescription: {
                title: string;
                code: string;
                specification: string;
                free: string;
            };
            vmp: {
                label: string;
                groupLabel: string;
            };
            links: {
                cbip: string;
                leaflet: string;
                rma: string;
                spc: string;
                dhpc: string;
            };
            ui: {
                price: string;
            };
            search: {
                label: string;
                errorMessage: string;
            };
        };
        practitioner: {
            certificateUpload: {
                titleUpload: string;
                titlePassword: string;
                fileLabel: string;
                passwordLabel: string;
                submitButtonUpload: string;
                submitButtonPassword: string;
                resetButton: string;
                errorRequired: string;
                errorInvalid: string;
                passwordMissingTitle: string;
                passwordMissingDescription: string;
            };
            certificateFeedback: {
                successTitle: string;
                successDescription: string;
                failureTitle: string;
                failureDescription: string;
                verificationErrorTitle: string;
            };
            printModal: {
                title: string;
                close: string;
                print: string;
            };
        };
        prescriptionVisibilityHelper: {
            practitionerVisibility: {
                open: string;
                locked: string;
                gmd_prescriber: string;
            };
            pharmacistVisibility: {
                null: string;
                locked: string;
            };
        };
        reimbursementHelper: {
            practitionerSelectionOptions: {
                none: string;
                PAYINGTHIRDPARTY: string;
                FIRSTDOSE: string;
                SECONDDOSE: string;
                THIRDDOSE: string;
                CHRONICKINDEYDISEASE: string;
                DIABETESTREATMENT: string;
                DIABETESCONVENTION: string;
                NOTREIMBURSABLE: string;
                EXPLAINMEDICATION: string;
                DIABETESSTARTPATH: string;
            };
            categoryOptions: {
                A: string;
                B: string;
                C: string;
                Cs: string;
                Cx: string;
                Fa: string;
                Fb: string;
            };
        };
        prescriptionDurationHelper: {
            durationUnits: {
                day: string;
                week: string;
            };
            periodicityUnits: {
                none: string;
                week: string;
                twoWeeks: string;
                threeWeeks: string;
                numberOfDays: string;
            };
        };
        deliveryModusHelper: {
            specifications: {
                Sp: string;
                Sp1: string;
                'Sp/S': string;
                'Sp1/S': string;
                'IMP/Sp': string;
                'IMP/Sp1': string;
            };
        };
    };
};
