export declare type ActiveExcipient = {
    id: string;
    label: string;
    shortLabel: string;
    active: boolean;
};
//# sourceMappingURL=ActiveExcipient.d.ts.map