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