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