import type { BTPAuthenticator as BTPAuthenticatorType } from "../../types/wdi5.types.js";
import Authenticator from "./Authenticator.js";
declare class BTPAuthenticator extends Authenticator {
    private disableBiometricAuth;
    private idpDomain?;
    private idpDomainOpt?;
    constructor(options: BTPAuthenticatorType, browserInstanceName: string);
    disableBiometricAuthentication(): Promise<void>;
    login(): Promise<void>;
}
export default BTPAuthenticator;
//# sourceMappingURL=BTPAuthenticator.d.ts.map