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