import { IAuthenticationHandler } from "./index.js"; export declare class YesManAuthenticationHandler implements IAuthenticationHandler { private useTotp; constructor(useTotp: boolean); tryLogin(username: string, password: string, totp?: string): Promise; needTotp(username: string, _password: string): Promise; } //# sourceMappingURL=yesManAuthenticationHandler.d.ts.map