import { WebDAVClient, WebDAVClientOptions } from "./types.js";
export declare function createClient(remoteURL: string, options?: WebDAVClientOptions): WebDAVClient;
