/** * Pick which wallet account signs. We must sign with the account the user * actually connected — never guess. A wrong signer produces a useless signature * for a payment, so we throw instead of silently falling back. */ export declare function resolveSigningAccount(accounts: ReadonlyArray, connectedAddress: string | null | undefined): T; //# sourceMappingURL=solana-account-utils.d.ts.map