export declare class DeleteRequest { constructor(params: Partial); /** * 会话Id */ fileIds: string; /** * 被删除附件Id - 逗号拼接 */ cursorId: string; }