import type { FilesAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createMv(client: HTTPRPCClient): FilesAPI['mv']; //# sourceMappingURL=mv.d.ts.map