/// import { PublicKey } from '@solana/web3.js'; import { VsrClient } from './voteStakeRegistryClient'; export declare const updateVoterWeightRecord: (client: VsrClient, walletPk: PublicKey) => Promise<{ updateVoterWeightRecordIx: import("@solana/web3.js").TransactionInstruction; voterWeightPk: PublicKey; }>;