export declare class DownloadService { downloadDocument: (documentSecurityId: string) => Promise; downloadAllDocument: (shipmentId: string) => Promise; downloadInvoice: (invoiceId: string) => Promise; }