export declare class SaveDownloadHistoryRequest { constructor(params: Partial); /** * 文件Id */ asrFid: string; /** * 下载人 */ userName?: string; }