import { t } from '../common'; export declare function deleteFiles(args: { http: t.Http; urls: t.IUrlsCell; filename: string | string[]; action: t.IReqDeleteCellFsBody['action']; }): Promise>;