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