import { WalletBlockchain } from '../models'; import { Operation } from '../models'; import { Web3AuthType } from '../models/Web3AuthType'; export declare type BeginLogInWithWeb3Input = Readonly<{ web3AuthType: Web3AuthType; blockchainType: WalletBlockchain; authAddress: string; dappAddress: string; walletPubkey?: string; }>; export declare type BeginLogInWithWeb3Result = Readonly<{ nonce: string; }>; export declare type BeginLogInWithWeb3Service = Readonly<{ beginLogInWithWeb3: Operation; }>; //# sourceMappingURL=BeginLogInWithWeb3.d.ts.map