import { PublicKey, TransactionInstruction } from '@solana/web3.js'; export declare const withFlagInstructionError: (instructions: TransactionInstruction[], programId: PublicKey, proposal: PublicKey, tokenOwnerRecord: PublicKey, governanceAuthority: PublicKey, proposalInstruction: PublicKey) => void; //# sourceMappingURL=withFlagInstructionError.d.ts.map