import { t } from '../common';
export declare function copyFiles(args: {
    http: t.Http;
    urls: t.IUrlsCell;
    files: t.IHttpClientCellFileCopy | t.IHttpClientCellFileCopy[];
    changes?: boolean;
    permission?: t.FsS3Permission;
}): Promise<t.IHttpClientResponse<t.IResPostCellFsCopyData>>;
