/**
 * Defines the minimum required versions of OpenMRS backend modules that the
 * frontend framework depends on. These versions are checked at startup to ensure
 * compatibility between the frontend and backend.
 */
export declare const backendDependencies: {
    'webservices.rest': string;
    fhir2: string;
};
//# sourceMappingURL=openmrs-backend-dependencies.d.ts.map