export interface ApplicationWallet { name: string; contractAddress: string; privateKey: string; } //# sourceMappingURL=ApplicationWallet.d.ts.map