import { WebDAVClientContext, WebDAVMethodOptions } from "../types"; export declare function deleteFile(context: WebDAVClientContext, filename: string, options?: WebDAVMethodOptions): Promise;