import { PublicKey, TransactionInstruction } from '@solana/web3.js'; export declare const withFinalizeVote: (instructions: TransactionInstruction[], programId: PublicKey, programVersion: number, realm: PublicKey, governance: PublicKey, proposal: PublicKey, proposalOwnerRecord: PublicKey, governingTokenMint: PublicKey, maxVoterWeightRecord?: PublicKey | undefined) => Promise; //# sourceMappingURL=withFinalizeVote.d.ts.map