/**
 * Copyright © 2023-2024 Nevis Security AG. All rights reserved.
 */
import { UserVerificationHandler } from '../operations/userverification/UserVerificationHandler';
export declare class AuthenticatorExtension {
    static handlerByAuthenticator(aaid: string, operationId: string): UserVerificationHandler;
}
//# sourceMappingURL=AuthenticatorExtension.d.ts.map