import { Operation, User, WalletBlockchain } from '../models'; export declare type LogInFromDappInput = Readonly<{ walletPublicKey: string; dappAddress: string; timestamp: number; signature: string; walletBlockchain: WalletBlockchain; accountId?: string; }>; export declare type LogInFromDappResult = User; export declare type LogInFromDappService = Readonly<{ logInFromDapp: Operation; }>; //# sourceMappingURL=LogInFromDapp.d.ts.map