import type { MemFsEditor } from '../index.ts';
export default function (this: MemFsEditor, from: string, to: string, options?: Parameters<MemFsEditor['copy']>[2]): void;
