import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse';
import { UserIdentity } from './userIdentity';
export default function redeemOTALink(nonce: string): Promise<UserIdentity | APIErrorResponse>;
