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