import { DavSimpleMethodParams } from "../types"; export default function remove({ success, path, ...rest }: DavSimpleMethodParams): void;