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