export declare function generateBarcode(shipmentId: string, serialId: string): Promise<Express.Multer.File>;
