import { DavMoveParams } from "./move"; export default function copy({ config, path, success, fail, headers, destination }: DavMoveParams): void;