import type { BasicAuthAuthenticator as BasicAuthenticatorType } from "../../types/wdi5.types.js"; import Authenticator from "./Authenticator.js"; declare class BasicAuthenticator extends Authenticator { private options; private baseUrl; constructor(options: BasicAuthenticatorType, browserInstanceName: string, baseUrl: string); login(): Promise; private basicAuthLogin; } export default BasicAuthenticator; //# sourceMappingURL=BasicAuthenticator.d.ts.map