export declare class UpdateRemarkRequest { constructor(params: Partial); /** * 文件Id */ asrFid: string; /** * 备注信息 */ asrRemark: string; }