import type { Account, WalletClient } from 'viem'; export declare function walletClientToAccount(walletClient: WalletClient): Account; export declare function wrapParaAccount(viemAccount: Account, walletId?: string): Account; //# sourceMappingURL=compatibility.d.ts.map