import { Audio, FileInfo, FileSign, UploadState } from './interface'; /** * 删除文件 */ declare const deleteDeviceFile: (fileNos: string[], devId: string) => Promise; /** * 获取文件详情 */ declare const fetchDeviceFileDetail: (fileNo: string, devId: string) => Promise