export declare class DrugDataEntry { drugId: string; drugName: string; } export declare const MESSAGE: { WARNING: string; SUCCESS: string; };