import { AccountMeta, PublicKey } from '@solana/web3.js'; export declare function withVoterWeightAccounts(keys: AccountMeta[], programId: PublicKey, realm: PublicKey, voterWeightRecord: PublicKey | undefined): Promise; //# sourceMappingURL=withVoterWeightAccounts.d.ts.map