export declare class GetDownloadHistoryRequest { constructor(params: Partial); /** * 文件Id */ asrFid: string; }