import { PublicKey, TransactionInstruction } from '@solana/web3.js'; export declare const withCancelProposal: (instructions: TransactionInstruction[], programId: PublicKey, programVersion: number, realm: PublicKey, governance: PublicKey, proposal: PublicKey, proposalOwnerRecord: PublicKey, governanceAuthority: PublicKey) => void; //# sourceMappingURL=withCancelProposal.d.ts.map