import { GetAccountByOneTimeTokenInput } from '../types'; export declare const getAccountByOneTimeToken: (input: GetAccountByOneTimeTokenInput) => Promise;