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