import { StoreService } from './store.service'; export declare class DownloadService { storeSrv: StoreService; constructor(storeSrv: StoreService); downloadByPostJson(path: string, param: any, name: string, method?: string, contentTpe?: string): void; }