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