import { AuthenticationOption } from "./common";
export interface OTPAuthOption extends AuthenticationOption {
    maximumNumberOfRetires: number;
}
