import { OAuthToken, WebDAVClientContext } from "../types.js";
export declare function setupAuth(context: WebDAVClientContext, username: string, password: string, oauthToken: OAuthToken, ha1: string): void;
