import { ApplicationWallet } from '@unilogin/commons'; export declare class AbstractWallet implements ApplicationWallet { readonly contractAddress: string; readonly name: string; readonly privateKey: string; constructor(contractAddress: string, name: string, privateKey: string); get publicKey(): string; } //# sourceMappingURL=AbstractWallet.d.ts.map