import { OutputDrugWithDose } from './output-drug-with-dose';
import { OutputPrescription } from './output-prescription';
export declare class OutputPrescriptionEquivalent {
    prescription: OutputPrescription;
    selectedEquivalent?: OutputDrugWithDose[];
    unitError: boolean;
    constructor(prescription: OutputDrugWithDose, selectedEquivalent?: OutputDrugWithDose[]);
}
//# sourceMappingURL=output-prescription-equivalent.d.ts.map