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