export declare function downloadPdf(data: any): Promise<Blob>;
export declare function downloadImg(data: any): Promise<Blob>;
